ContainersExtensions.GetManagedEnvironments メソッド

定義

オーバーロード

GetManagedEnvironments(ResourceGroupResource)

ResourceGroupResource 内の ManagedEnvironmentResources のコレクションを取得します。

GetManagedEnvironments(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのマネージド環境を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments 操作 ID: ManagedEnvironments_ListBySubscription

GetManagedEnvironments(ResourceGroupResource)

Source:
ContainersExtensions.cs

ResourceGroupResource 内の ManagedEnvironmentResources のコレクションを取得します。

public static Azure.ResourceManager.Applications.Containers.ManagedEnvironmentCollection GetManagedEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetManagedEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Applications.Containers.ManagedEnvironmentCollection
<Extension()>
Public Function GetManagedEnvironments (resourceGroupResource As ResourceGroupResource) As ManagedEnvironmentCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

ManagedEnvironmentResources のコレクションとその ManagedEnvironmentResource に対する操作を表す オブジェクト。

適用対象

GetManagedEnvironments(SubscriptionResource, CancellationToken)

Source:
ContainersExtensions.cs

サブスクリプションのすべてのマネージド環境を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments 操作 ID: ManagedEnvironments_ListBySubscription

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象