Language

ResourceMover.MoveResourcesListWithResult Method

Definition

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

Parameters

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

Returns

Applies to