Freigeben über


ManagedEnvironmentCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle verwalteten Umgebungen in einer Ressourcengruppe ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments Vorgangs-ID: ManagedEnvironments_ListByResourceGroup

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: