次の方法で共有


SiteDomainOwnershipIdentifierCollection クラス

定義

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

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

コンストラクター

SiteDomainOwnershipIdentifierCollection()

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

プロパティ

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}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • 操作IdWebApps_CreateOrUpdateDomainOwnershipIdentifier
CreateOrUpdateAsync(WaitUntil, String, AppServiceIdentifierData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SiteDomainOwnershipIdentifierResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SiteDomainOwnershipIdentifierResource>.GetEnumerator()

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

適用対象