Uses of Class
com.azure.resourcemanager.compute.models.ProximityPlacementGroupType
-
Packages that use ProximityPlacementGroupType Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ProximityPlacementGroupType in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ProximityPlacementGroupType Modifier and Type Method Description ProximityPlacementGroupTypeProximityPlacementGroupInner. proximityPlacementGroupType()Get the proximityPlacementGroupType property: Specifies the type of the proximity placement group.ProximityPlacementGroupTypeProximityPlacementGroupProperties. proximityPlacementGroupType()Get the proximityPlacementGroupType property: Specifies the type of the proximity placement group.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ProximityPlacementGroupType Modifier and Type Method Description ProximityPlacementGroupInnerProximityPlacementGroupInner. withProximityPlacementGroupType(ProximityPlacementGroupType proximityPlacementGroupType)Set the proximityPlacementGroupType property: Specifies the type of the proximity placement group.ProximityPlacementGroupPropertiesProximityPlacementGroupProperties. withProximityPlacementGroupType(ProximityPlacementGroupType proximityPlacementGroupType)Set the proximityPlacementGroupType property: Specifies the type of the proximity placement group. -
Uses of ProximityPlacementGroupType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ProximityPlacementGroupType Modifier and Type Field Description static ProximityPlacementGroupTypeProximityPlacementGroupType. STANDARDStatic value Standard for ProximityPlacementGroupType.static ProximityPlacementGroupTypeProximityPlacementGroupType. ULTRAStatic value Ultra for ProximityPlacementGroupType.Methods in com.azure.resourcemanager.compute.models that return ProximityPlacementGroupType Modifier and Type Method Description static ProximityPlacementGroupTypeProximityPlacementGroupType. fromString(String name)Creates or finds a ProximityPlacementGroupType from its string representation.ProximityPlacementGroupTypeProximityPlacementGroup. proximityPlacementGroupType()Get specifies the type of the proximity placement group.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ProximityPlacementGroupType Modifier and Type Method Description static Collection<ProximityPlacementGroupType>ProximityPlacementGroupType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type ProximityPlacementGroupType Modifier and Type Method Description AvailabilitySet.DefinitionStages.WithCreateAvailabilitySet.DefinitionStages.WithProximityPlacementGroup. withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type)Creates a new proximity placement gruup witht he specified name and then adds it to the availability set.VirtualMachine.DefinitionStages.WithOSVirtualMachine.DefinitionStages.WithProximityPlacementGroup. withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type)Creates a new proximity placement gruup witht he specified name and then adds it to the VM.VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVmsVirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup. withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type)Creates a new proximity placement gruup witht he specified name and then adds it to the VM scale set.
-