Freigeben über


StorageSyncServiceCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie eine StorageSyncService-Liste nach Ressourcengruppenname ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices
  • Vorgang IdStorageSyncServices_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageSync.StorageSyncServiceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageSyncServiceResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der StorageSyncServiceResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: