Language

ResourceMover.MoveResourcesDeleteWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IOperationStatus> MoveResourcesDeleteWithResult(string subscriptionId, string resourceGroupName, string moveCollectionName, string moveResourceName, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.ISendAsync sender);
member this.MoveResourcesDeleteWithResult : string * 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 MoveResourcesDeleteWithResult (subscriptionId As String, resourceGroupName As String, moveCollectionName As String, moveResourceName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationStatus)

Parameters

subscriptionId
String
resourceGroupName
String
moveCollectionName
String
moveResourceName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to