Language

ResourceMover.MoveResourcesCreateViaJsonStringWithResult Method

Definition

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

Parameters

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

Returns

Applies to