Uses of Class
com.azure.resourcemanager.compute.models.HighSpeedInterconnectPlacement
Packages that use HighSpeedInterconnectPlacement
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of HighSpeedInterconnectPlacement in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HighSpeedInterconnectPlacementModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.highSpeedInterconnectPlacement()Get the highSpeedInterconnectPlacement property: Specifies the high speed interconnect placement for the virtual machine scale set.VirtualMachineScaleSetProperties.highSpeedInterconnectPlacement()Get the highSpeedInterconnectPlacement property: Specifies the high speed interconnect placement for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HighSpeedInterconnectPlacementModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withHighSpeedInterconnectPlacement(HighSpeedInterconnectPlacement highSpeedInterconnectPlacement) Set the highSpeedInterconnectPlacement property: Specifies the high speed interconnect placement for the virtual machine scale set.VirtualMachineScaleSetProperties.withHighSpeedInterconnectPlacement(HighSpeedInterconnectPlacement highSpeedInterconnectPlacement) Set the highSpeedInterconnectPlacement property: Specifies the high speed interconnect placement for the virtual machine scale set. -
Uses of HighSpeedInterconnectPlacement in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type HighSpeedInterconnectPlacement in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the high speed interconnect placement for the virtual machine scale set.Fields in com.azure.resourcemanager.compute.models declared as HighSpeedInterconnectPlacementModifier and TypeFieldDescriptionstatic final HighSpeedInterconnectPlacementHighSpeedInterconnectPlacement.NONEStatic value None for HighSpeedInterconnectPlacement.static final HighSpeedInterconnectPlacementHighSpeedInterconnectPlacement.TRUNKStatic value Trunk for HighSpeedInterconnectPlacement.Methods in com.azure.resourcemanager.compute.models that return HighSpeedInterconnectPlacementModifier and TypeMethodDescriptionHighSpeedInterconnectPlacement.fromString(String name) Creates or finds a HighSpeedInterconnectPlacement from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type HighSpeedInterconnectPlacementModifier and TypeMethodDescriptionHighSpeedInterconnectPlacement.values()Gets known HighSpeedInterconnectPlacement values.