AppContainersExtensions.GetContainerAppManagedEnvironments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetContainerAppManagedEnvironments(ResourceGroupResource) |
ResourceGroupResource 内の ContainerAppManagedEnvironmentResources のコレクションを取得します。 |
GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken) |
サブスクリプションのすべてのマネージド環境を取得します。
|
GetContainerAppManagedEnvironments(ResourceGroupResource)
ResourceGroupResource 内の ContainerAppManagedEnvironmentResources のコレクションを取得します。
public static Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentCollection GetContainerAppManagedEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetContainerAppManagedEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentCollection
<Extension()>
Public Function GetContainerAppManagedEnvironments (resourceGroupResource As ResourceGroupResource) As ContainerAppManagedEnvironmentCollection
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
戻り値
ContainerAppManagedEnvironmentResources のコレクションとその ContainerAppManagedEnvironmentResource に対する操作を表す オブジェクト。
適用対象
GetContainerAppManagedEnvironments(SubscriptionResource, CancellationToken)
サブスクリプションのすべてのマネージド環境を取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.App/managedEnvironments
- 操作IdManagedEnvironments_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource> GetContainerAppManagedEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerAppManagedEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentResource>
<Extension()>
Public Function GetContainerAppManagedEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppManagedEnvironmentResource)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の ContainerAppManagedEnvironmentResource サービス要求を受け取る可能性がある のコレクション。