Freigeben über


DataReplicationVaultCollection.GetAllAsync(String, CancellationToken) Methode

Definition

Ruft die Liste der Tresore im angegebenen Abonnement und der angegebenen Ressourcengruppe ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults
  • Vorgangs-IdVault_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource> GetAllAsync (string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationVaultResource>
Public Overridable Function GetAllAsync (Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataReplicationVaultResource)

Parameter

continuationToken
String

Fortsetzungstoken aus dem vorherigen Aufruf.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DataReplicationVaultResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: