次の方法で共有


ContainerAppsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

特定のサブスクリプションで Container Apps を取得します。

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

パラメーター

operations
IContainerAppsOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象