次の方法で共有


WebSiteExtensionCollection クラス

定義

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

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

コンストラクター

WebSiteExtensionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CancellationToken)

「Web サイトまたは展開スロットにサイト拡張機能をインストールする」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}
  • 操作IdWebApps_InstallSiteExtension
CreateOrUpdateAsync(WaitUntil, String, CancellationToken)

「Web サイトまたは展開スロットにサイト拡張機能をインストールする」の説明。

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

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

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

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

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

「Web サイトまたはデプロイ スロットの ID でサイト拡張機能情報を取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}
  • 操作IdWebApps_GetSiteExtension
GetAll(CancellationToken)

「Web サイトまたはデプロイ スロットの siteextensions の一覧を取得する」の説明。

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

「Web サイトまたはデプロイ スロットの siteextensions の一覧を取得する」の説明。

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

「Web サイトまたはデプロイ スロットの ID でサイト拡張機能情報を取得する」の説明。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WebSiteExtensionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WebSiteExtensionResource>.GetEnumerator()

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

適用対象