SiteSlotHostNameBindingCollection クラス

定義

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

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

コンストラクター

SiteSlotHostNameBindingCollection()

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

プロパティ

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}/slots/{slot}/hostNameBindings/{hostName}
  • 操作IdWebApps_CreateOrUpdateHostNameBindingSlot
CreateOrUpdateAsync(WaitUntil, String, HostNameBindingData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteSlotHostNameBindingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteSlotHostNameBindingResource>.GetEnumerator()

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

適用対象