Freigeben über


ContainerAppCollection.GetAll(CancellationToken) Methode

Definition

Rufen Sie die Container-Apps in einer bestimmten Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps
  • Vorgangs-IdContainerApps_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ContainerAppResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: