public static interface VirtualMachine.UpdateStages.WithProximityPlacementGroup
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.Update |
withoutProximityPlacementGroup()
Removes the Proximity placement group from the VM.
|
VirtualMachine.Update |
withProximityPlacementGroup(String proximityPlacementGroupId)
Set information about the proximity placement group that the virtual machineshould
be assigned to.
|
VirtualMachine.Update withProximityPlacementGroup(String proximityPlacementGroupId)
proximityPlacementGroupId - The Id of the proximity placement group subResource.VirtualMachine.Update withoutProximityPlacementGroup()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/