ResourceOperationsExtensions.BeginMovingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.