次の方法で共有


AppContainersExtensions.GetContainerAppConnectedEnvironmentsAsync メソッド

定義

サブスクリプションのすべての connectedEnvironments を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.App/connectedEnvironments
  • 操作IdConnectedEnvironments_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource> GetContainerAppConnectedEnvironmentsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerAppConnectedEnvironmentsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentResource>
<Extension()>
Public Function GetContainerAppConnectedEnvironmentsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppConnectedEnvironmentResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象