Freigeben über


ContainerAppSourceControlCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Container App SourceControls in einer bestimmten Ressourcengruppe ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: