WebSiteManagementClientExtensions.ValidateMoveAsync(IWebSiteManagementClient, String, CsmMoveResourceEnvelopeInner, CancellationToken) Method
Definition
Validate whether a resource can be moved.
public static System.Threading.Tasks.Task ValidateMoveAsync (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 ValidateMoveAsync : 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
Validate whether a resource can be moved.