次の方法で共有


AppServiceExtensions.GetKubeEnvironments メソッド

定義

オーバーロード

GetKubeEnvironments(ResourceGroupResource)

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

GetKubeEnvironments(SubscriptionResource, CancellationToken)

「サブスクリプションのすべての Kubernetes 環境を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • 操作IdKubeEnvironments_ListBySubscription

GetKubeEnvironments(ResourceGroupResource)

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

public static Azure.ResourceManager.AppService.KubeEnvironmentCollection GetKubeEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetKubeEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.KubeEnvironmentCollection
<Extension()>
Public Function GetKubeEnvironments (resourceGroupResource As ResourceGroupResource) As KubeEnvironmentCollection

パラメーター

resourceGroupResource
ResourceGroupResource

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

戻り値

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

適用対象

GetKubeEnvironments(SubscriptionResource, CancellationToken)

「サブスクリプションのすべての Kubernetes 環境を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • 操作IdKubeEnvironments_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetKubeEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource>
<Extension()>
Public Function GetKubeEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KubeEnvironmentResource)

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象