Freigeben über


DaprComponentCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Dapr-Komponenten für eine verwaltete Umgebung ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents Vorgangs-ID: DaprComponents_List

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: