| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProximityPlacementGroupType |
ProximityPlacementGroupInner.proximityPlacementGroupType()
Get the proximityPlacementGroupType property: Specifies the type of the proximity placement group.
|
| Modifier and Type | Method and Description |
|---|---|
ProximityPlacementGroupInner |
ProximityPlacementGroupInner.withProximityPlacementGroupType(ProximityPlacementGroupType proximityPlacementGroupType)
Set the proximityPlacementGroupType property: Specifies the type of the proximity placement group.
|
| Modifier and Type | Field and Description |
|---|---|
static ProximityPlacementGroupType |
ProximityPlacementGroupType.STANDARD
Static value Standard for ProximityPlacementGroupType.
|
static ProximityPlacementGroupType |
ProximityPlacementGroupType.ULTRA
Static value Ultra for ProximityPlacementGroupType.
|
| Modifier and Type | Method and Description |
|---|---|
static ProximityPlacementGroupType |
ProximityPlacementGroupType.fromString(String name)
Creates or finds a ProximityPlacementGroupType from its string representation.
|
ProximityPlacementGroupType |
ProximityPlacementGroup.proximityPlacementGroupType()
Get specifies the type of the proximity placement group.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithOS |
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.
|
AvailabilitySet.DefinitionStages.WithCreate |
AvailabilitySet.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.
|
VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms |
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.