| 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 |
|---|---|
static Collection<ProximityPlacementGroupType> |
ProximityPlacementGroupType.values() |
| 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.
|
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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/