Freigeben über


ContainerAppsOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp>> ListBySubscriptionAsync (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IContainerAppsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ContainerApp))

Parameter

operations
IContainerAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: