Share via


AvsPrivateCloudClusterVirtualMachineResource.RestrictMovement Method

Definition

Enable or disable DRS-driven VM movement restriction

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/virtualMachines/{virtualMachineId}/restrictMovement
  • Operation Id: VirtualMachines_RestrictMovement
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudClusterVirtualMachineResource
public virtual Azure.ResourceManager.ArmOperation RestrictMovement (Azure.WaitUntil waitUntil, Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterVirtualMachineRestrictMovement restrictMovement, System.Threading.CancellationToken cancellationToken = default);
abstract member RestrictMovement : Azure.WaitUntil * Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterVirtualMachineRestrictMovement * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.RestrictMovement : Azure.WaitUntil * Azure.ResourceManager.Avs.Models.AvsPrivateCloudClusterVirtualMachineRestrictMovement * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function RestrictMovement (waitUntil As WaitUntil, restrictMovement As AvsPrivateCloudClusterVirtualMachineRestrictMovement, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

restrictMovement
AvsPrivateCloudClusterVirtualMachineRestrictMovement

Whether VM DRS-driven movement is restricted (Enabled) or not (Disabled).

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

restrictMovement is null.

Applies to