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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.