HostingEnvironmentWorkerPoolCollection クラス

定義

のコレクション HostingEnvironmentWorkerPoolResource とその操作を表すクラス。 コレクション内の各 HostingEnvironmentWorkerPoolResource は、 の同じインスタンス AppServiceEnvironmentResourceに属します。 インスタンスを HostingEnvironmentWorkerPoolCollection 取得するには、 のインスタンスから GetHostingEnvironmentWorkerPools メソッドを AppServiceEnvironmentResource呼び出します。

public class HostingEnvironmentWorkerPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource>
type HostingEnvironmentWorkerPoolCollection = class
    inherit ArmCollection
    interface seq<HostingEnvironmentWorkerPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<HostingEnvironmentWorkerPoolResource>
Public Class HostingEnvironmentWorkerPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HostingEnvironmentWorkerPoolResource), IEnumerable(Of HostingEnvironmentWorkerPoolResource)
継承
HostingEnvironmentWorkerPoolCollection
実装

コンストラクター

HostingEnvironmentWorkerPoolCollection()

モック作成のために クラスの HostingEnvironmentWorkerPoolCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppServiceWorkerPoolData, CancellationToken)

「ワーカー プールを作成または更新する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_CreateOrUpdateWorkerPool
CreateOrUpdateAsync(WaitUntil, String, AppServiceWorkerPoolData, CancellationToken)

「ワーカー プールを作成または更新する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_CreateOrUpdateWorkerPool
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_GetWorkerPool
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_GetWorkerPool
Get(String, CancellationToken)

「ワーカー プールのプロパティを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_GetWorkerPool
GetAll(CancellationToken)

「App Service Environmentのすべてのワーカー プールを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools
  • 操作IdAppServiceEnvironments_ListWorkerPools
GetAllAsync(CancellationToken)

「App Service Environmentのすべてのワーカー プールを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools
  • 操作IdAppServiceEnvironments_ListWorkerPools
GetAsync(String, CancellationToken)

「ワーカー プールのプロパティを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/workerPools/{workerPoolName}
  • 操作IdAppServiceEnvironments_GetWorkerPool
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<HostingEnvironmentWorkerPoolResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<HostingEnvironmentWorkerPoolResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象