WebSiteManagementClientExtensions.MoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelopeInner, CancellationToken) Method
Definition
Move resources between resource groups.
public static System.Threading.Tasks.Task MoveAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string resourceGroupName, Microsoft.Azure.Management.AppService.Fluent.Models.CsmMoveResourceEnvelopeInner moveResourceEnvelope, System.Threading.CancellationToken cancellationToken = null);
static member MoveAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * Microsoft.Azure.Management.AppService.Fluent.Models.CsmMoveResourceEnvelopeInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- operations
- IWebSiteManagementClient
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- moveResourceEnvelope
- CsmMoveResourceEnvelopeInner
Object that represents the resource to move.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Move resources between resource groups.