SiteHostNameBindingCollection クラス

定義

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

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

コンストラクター

SiteHostNameBindingCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, HostNameBindingData, CancellationToken)

[説明] アプリのホスト名バインドを作成します。

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

[説明] アプリのホスト名バインドを作成します。

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

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

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

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

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

アプリの名前付きホスト名バインドを取得する (または指定した場合はデプロイ スロット) の説明。

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

「アプリまたはデプロイ スロットのホスト名バインドを取得する」の説明。

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

「アプリまたはデプロイ スロットのホスト名バインドを取得する」の説明。

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

アプリの名前付きホスト名バインドを取得する (または指定した場合はデプロイ スロット) の説明。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteHostNameBindingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteHostNameBindingResource>.GetEnumerator()

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

適用対象