WebSiteManagementClientExtensions.Move 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 void Move (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient operations, string resourceGroupName, string targetResourceGroup = default, System.Collections.Generic.IList<string> resources = default);
static member Move : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebSiteManagementClient * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub Move (operations As IWebSiteManagementClient, resourceGroupName As String, Optional targetResourceGroup As String = Nothing, Optional resources As IList(Of String) = Nothing)
Parameters
- operations
- IWebSiteManagementClient
- resourceGroupName
- String
- targetResourceGroup
- String