Freigeben über


ContainerAppAuthConfigCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Container-App AuthConfigs in einer bestimmten Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/authConfigs
  • Vorgangs-IdContainerAppsAuthConfigs_ListByContainerApp
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppAuthConfigResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppAuthConfigResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: