Share via


ResourceOperationsExtensions.BeginMovingAsync Method

Definition

Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse> BeginMovingAsync (this Microsoft.Azure.Management.Resources.IResourceOperations operations, string sourceResourceGroupName, Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo parameters);
static member BeginMovingAsync : Microsoft.Azure.Management.Resources.IResourceOperations * string * Microsoft.Azure.Management.Resources.Models.ResourcesMoveInfo -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse>
<Extension()>
Public Function BeginMovingAsync (operations As IResourceOperations, sourceResourceGroupName As String, parameters As ResourcesMoveInfo) As Task(Of LongRunningOperationResponse)

Parameters

operations
IResourceOperations

Reference to the Microsoft.Azure.Management.Resources.IResourceOperations.

sourceResourceGroupName
String

Required. Source resource group name.

parameters
ResourcesMoveInfo

Required. move resources' parameters.

Returns

A standard service response for long running operations.

Applies to