Language

ResourceMover.MoveCollectionsListRequiredForWithResult Method

Definition

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

Parameters

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

Returns

Applies to