Partager via


ContainerAppSourceControlCollection.GetAllAsync(CancellationToken) Méthode

Définition

Obtenez l’application conteneur SourceControls dans un groupe de ressources donné.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols
  • Opération 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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ContainerAppSourceControlResource service pour itérer.

S’applique à