次の方法で共有


SiteSlotDomainOwnershipIdentifierCollection クラス

定義

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

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

コンストラクター

SiteSlotDomainOwnershipIdentifierCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppServiceIdentifierData, CancellationToken)

説明: Web アプリのドメイン所有権識別子を作成するか、既存の所有権識別子を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • 操作IdWebApps_CreateOrUpdateDomainOwnershipIdentifierSlot
CreateOrUpdateAsync(WaitUntil, String, AppServiceIdentifierData, CancellationToken)

説明: Web アプリのドメイン所有権識別子を作成するか、既存の所有権識別子を更新します。

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

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

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

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

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

Web アプリのドメイン所有権識別子の取得に関する説明。

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

[説明] Web アプリに関連付けられているドメインの所有権識別子を一覧表示します。

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

[説明] Web アプリに関連付けられているドメインの所有権識別子を一覧表示します。

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

Web アプリのドメイン所有権識別子の取得に関する説明。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteSlotDomainOwnershipIdentifierResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteSlotDomainOwnershipIdentifierResource>.GetEnumerator()

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

適用対象