次の方法で共有


DnsTxtRecordCollection クラス

定義

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

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

コンストラクター

DnsTxtRecordCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DnsTxtRecordData, Nullable<ETag>, String, CancellationToken)

DNS ゾーン内でレコード セットを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DnsTxtRecordData, Nullable<ETag>, String, CancellationToken)

DNS ゾーン内でレコード セットを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_Get
Get(String, CancellationToken)

レコード セットを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_Get
GetAll(Nullable<Int32>, String, CancellationToken)

DNS ゾーン内の指定した種類のレコード セットを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}
  • 操作IdRecordSets_ListByType
GetAllAsync(Nullable<Int32>, String, CancellationToken)

DNS ゾーン内の指定した種類のレコード セットを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}
  • 操作IdRecordSets_ListByType
GetAsync(String, CancellationToken)

レコード セットを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{txtRecordName}
  • 操作IdRecordSets_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DnsTxtRecordResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DnsTxtRecordResource>.GetEnumerator()

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

適用対象