Partager via


ContainerAppCollection.GetAllAsync(CancellationToken) Méthode

Définition

Obtenez les applications conteneur dans un groupe de ressources donné. Chemin de la requête : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps Id d’opération : ContainerApps_ListByResourceGroup

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

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à