Uses of Class
com.azure.resourcemanager.compute.models.ProximityPlacementGroupType
Packages that use ProximityPlacementGroupType
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 ProximityPlacementGroupTypeModifier and TypeMethodDescriptionProximityPlacementGroupInner.proximityPlacementGroupType()Get the proximityPlacementGroupType property: Specifies the type of the proximity placement group.ProximityPlacementGroupProperties.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 ProximityPlacementGroupTypeModifier and TypeMethodDescriptionProximityPlacementGroupInner.withProximityPlacementGroupType(ProximityPlacementGroupType proximityPlacementGroupType) Set the proximityPlacementGroupType property: Specifies the type of the proximity placement group.ProximityPlacementGroupProperties.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 ProximityPlacementGroupTypeModifier and TypeFieldDescriptionstatic final ProximityPlacementGroupTypeProximityPlacementGroupType.STANDARDStatic value Standard for ProximityPlacementGroupType.static final ProximityPlacementGroupTypeProximityPlacementGroupType.ULTRAStatic value Ultra for ProximityPlacementGroupType.Methods in com.azure.resourcemanager.compute.models that return ProximityPlacementGroupTypeModifier and TypeMethodDescriptionstatic ProximityPlacementGroupTypeProximityPlacementGroupType.fromString(String name) Creates or finds a ProximityPlacementGroupType from its string representation.ProximityPlacementGroup.proximityPlacementGroupType()Get specifies the type of the proximity placement group.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ProximityPlacementGroupTypeModifier and TypeMethodDescriptionProximityPlacementGroupType.values()Gets known ProximityPlacementGroupType values.Methods in com.azure.resourcemanager.compute.models with parameters of type ProximityPlacementGroupTypeModifier and TypeMethodDescriptionAvailabilitySet.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.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.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.