public static interface VirtualMachine.DefinitionStages.WithProximityPlacementGroup extends VirtualMachine.DefinitionStages.WithOS
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithOS |
withNewProximityPlacementGroup(String proximityPlacementGroupName,
ProximityPlacementGroupType type)
Creates a new proximity placement gruup witht he specified name and then adds it to the VM.
|
VirtualMachine.DefinitionStages.WithOS |
withProximityPlacementGroup(String promixityPlacementGroupId)
Set information about the proximity placement group that the virtual machine scale set should be assigned
to.
|
withGeneralizedLinuxCustomImage, withGeneralizedLinuxGalleryImageVersion, withGeneralizedWindowsCustomImage, withGeneralizedWindowsGalleryImageVersion, withLatestLinuxImage, withLatestWindowsImage, withPopularLinuxImage, withPopularWindowsImage, withSpecializedLinuxCustomImage, withSpecializedLinuxGalleryImageVersion, withSpecializedOSDisk, withSpecializedOSUnmanagedDisk, withSpecializedWindowsCustomImage, withSpecializedWindowsGalleryImageVersion, withSpecificLinuxImageVersion, withSpecificWindowsImageVersion, withStoredLinuxImage, withStoredWindowsImageVirtualMachine.DefinitionStages.WithOS withProximityPlacementGroup(String promixityPlacementGroupId)
promixityPlacementGroupId - The Id of the proximity placement group subResource.VirtualMachine.DefinitionStages.WithOS 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.