Freigeben über


IGenericResources.MoveResourcesAsync Methode

Definition

Verschieben Sie Ressourcen asynchron von einer Ressourcengruppe in eine andere.

public System.Threading.Tasks.Task MoveResourcesAsync (string sourceResourceGroupName, Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup targetResourceGroup, System.Collections.Generic.IList<string> resources, System.Threading.CancellationToken cancellationToken = default);
abstract member MoveResourcesAsync : string * Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function MoveResourcesAsync (sourceResourceGroupName As String, targetResourceGroup As IResourceGroup, resources As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

sourceResourceGroupName
String

sourceResourceGroupName Quellressourcengruppenname

targetResourceGroup
IResourceGroup

targetResourceGroup-Zielressourcengruppe, kann sich in einem anderen Abonnement befinden

resources
IList<String>

ressourcen die Liste der IDs der zu verschiebenden Ressourcen

cancellationToken
CancellationToken

Gibt zurück

Gilt für: