Share via


MoveCollectionResource.BulkRemoveAsync Method

Definition

Removes the set of move resources included in the request body from move collection. The orchestration is done by service. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/bulkRemove Operation Id: MoveCollections_BulkRemove

public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>> BulkRemoveAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.Models.BulkRemoveContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkRemoveAsync : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.BulkRemoveContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>>
override this.BulkRemoveAsync : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.BulkRemoveContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>>
Public Overridable Function BulkRemoveAsync (waitUntil As WaitUntil, Optional content As BulkRemoveContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of OperationStatus))

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.

content
BulkRemoveContent

The BulkRemoveContent to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to