Freigeben über


SourceControlCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Container App SourceControls in einer bestimmten Ressourcengruppe ab. Anforderungspfad: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols Vorgangs-ID: ContainerAppsSourceControls_ListByContainerApp

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: