Freigeben über


ManagedEnvironmentStorageCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Speicher für eine verwaltete Umgebung ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages Vorgangs-ID: ManagedEnvironmentsStorages_List

public virtual Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedEnvironmentStorageResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: