次の方法で共有


ContainersExtensions.GetContainerAppsAsync メソッド

定義

特定のサブスクリプションで Container Apps を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps 操作 ID: ContainerApps_ListBySubscription

public static Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetContainerAppsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerAppsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
<Extension()>
Public Function GetContainerAppsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ContainerAppResource サービス要求を受け取る可能性がある の非同期コレクション。

適用対象