Language

ResourceMover.MoveCollectionsDeleteWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IOperationStatus> MoveCollectionsDeleteWithResult(string subscriptionId, string resourceGroupName, string moveCollectionName, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.ISendAsync sender);
member this.MoveCollectionsDeleteWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IOperationStatus>
Public Function MoveCollectionsDeleteWithResult (subscriptionId As String, resourceGroupName As String, moveCollectionName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationStatus)

Parameters

subscriptionId
String
resourceGroupName
String
moveCollectionName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to