Share via


MoveCollectionsOperationsExtensions.BulkRemove 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.

public static Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatus BulkRemove (this Microsoft.Azure.Management.Migrate.ResourceMover.IMoveCollectionsOperations operations, string resourceGroupName, string moveCollectionName, Microsoft.Azure.Management.Migrate.ResourceMover.Models.BulkRemoveRequest body = default);
static member BulkRemove : Microsoft.Azure.Management.Migrate.ResourceMover.IMoveCollectionsOperations * string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.BulkRemoveRequest -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.OperationStatus
<Extension()>
Public Function BulkRemove (operations As IMoveCollectionsOperations, resourceGroupName As String, moveCollectionName As String, Optional body As BulkRemoveRequest = Nothing) As OperationStatus

Parameters

operations
IMoveCollectionsOperations

The operations group for this extension method.

resourceGroupName
String
moveCollectionName
String

Returns

Applies to