ContainerAppCollection.GetAll(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de qui peut nécessiter plusieurs demandes de ContainerAppResource service pour itérer.
S’applique à
Azure SDK for .NET