IGenericResources.MoveResources 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.
Move resources from one resource group to another.
public void MoveResources (string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup targetResourceGroup, System.Collections.Generic.IList<string> resources);
abstract member MoveResources : string * Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup * System.Collections.Generic.IList<string> -> unit
Public Sub MoveResources (sourceResourceGroupName As String, targetResourceGroup As IResourceGroup, resources As IList(Of String))
Parameters
- sourceResourceGroupName
- String
sourceResourceGroupName Source resource group name
- targetResourceGroup
- IResourceGroup
targetResourceGroup target resource group, can be in a different subscription
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET