public static interface VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup extends VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms |
withNewProximityPlacementGroup(String proximityPlacementGroupName,
ProximityPlacementGroupType type)
Creates a new proximity placement gruup witht he specified name and then adds it to the VM scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms |
withProximityPlacementGroup(String proximityPlacementGroupId)
Set information about the proximity placement group that the virtual machine scale set should be assigned
to.
|
withDoNotRunExtensionsOnOverprovisionedVMswithAdditionalCapabilitieswithExistingPrimaryNetworkSubnetVirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms withProximityPlacementGroup(String proximityPlacementGroupId)
proximityPlacementGroupId - The Id of the proximity placement group subResource.VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type)
proximityPlacementGroupName - The name of the group to be created.type - the type of the groupCopyright © 2020 Microsoft Corporation. All rights reserved.