Freigeben über


ReplicationUsagesOperationsExtensions.ListAsync Methode

Definition

Ruft die Replikationsverwendungen des Tresors ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations operations, string resourceGroupName, string vaultName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage>>
<Extension()>
Public Function ListAsync (operations As IReplicationUsagesOperations, resourceGroupName As String, vaultName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ReplicationUsage))

Parameter

operations
IReplicationUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

vaultName
String

Der Name des Recovery Services-Tresors.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: