AppServiceDomainCollection クラス

定義

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

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

コンストラクター

AppServiceDomainCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppServiceDomainData, CancellationToken)

「ドメインを作成または更新する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppServiceDomainData, CancellationToken)

「ドメインを作成または更新する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_Get
Get(String, CancellationToken)

ドメインの取得に関する説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_Get
GetAll(CancellationToken)

「リソース グループ内のすべてのドメインを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains
  • 操作IdDomains_ListByResourceGroup
GetAllAsync(CancellationToken)

「リソース グループ内のすべてのドメインを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains
  • 操作IdDomains_ListByResourceGroup
GetAsync(String, CancellationToken)

ドメインの取得に関する説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}
  • 操作IdDomains_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppServiceDomainResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppServiceDomainResource>.GetEnumerator()

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

適用対象