Sdílet prostřednictvím


ContainerAppsOperationsExtensions.ListBySubscriptionAsync Method

Definition

Get the Container Apps in a given subscription.

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))

Parameters

operations
IContainerAppsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to