DnsAaaaRecordCollection クラス

定義

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

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

コンストラクター

DnsAaaaRecordCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

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

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

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

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

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

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

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

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

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

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}/{aaaaRecordName}
  • 操作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}/{aaaaRecordName}
  • 操作IdRecordSets_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DnsAaaaRecordResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DnsAaaaRecordResource>.GetEnumerator()

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

適用対象