Partager via


ContainersExtensions.GetContainerAppsAsync Méthode

Définition

Obtenez les applications conteneur dans un abonnement donné. Chemin d’accès de la requête : /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Operation ID: ContainerApps_ListBySubscription

public static Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetContainerAppsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerAppsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
<Extension()>
Public Function GetContainerAppsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppResource)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à