Freigeben über


ObjectReplicationPolicyCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Objektreplikationsrichtlinien auf, die dem Speicherkonto zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies
  • Vorgangs-IdObjectReplicationPolicies_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ObjectReplicationPolicyResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: