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.
|
withLatestLinuxImage, withLatestWindowsImage, withLinuxCustomImage, withLinuxGalleryImageVersion, withPopularLinuxImage, withPopularWindowsImage, withSpecializedOSDisk, withSpecializedOSUnmanagedDisk, withSpecificLinuxImageVersion, withSpecificWindowsImageVersion, withStoredLinuxImage, withStoredWindowsImage, withWindowsCustomImage, withWindowsGalleryImageVersionVirtualMachine.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 group/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/