AvsPrivateCloudClusterVirtualMachineResource.RestrictMovement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-09-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
The body type of the operation request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
restrictMovement
is null.
Applies to
Azure SDK for .NET