WebSiteManagementClientExtensions.MoveAsync 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.
public static System.Threading.Tasks.Task MoveAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient operations, string resourceGroupName, string targetResourceGroup = default, System.Collections.Generic.IList<string> resources = default, System.Threading.CancellationToken cancellationToken = default);
static member MoveAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function MoveAsync (operations As IWebSiteManagementClient, resourceGroupName As String, Optional targetResourceGroup As String = Nothing, Optional resources As IList(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IWebSiteManagementClient
- resourceGroupName
- String
- targetResourceGroup
- String
- cancellationToken
- CancellationToken