次の方法で共有


DnsARecordCollection クラス

定義

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

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

コンストラクター

DnsARecordCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DnsARecordResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DnsARecordResource>.GetEnumerator()

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

適用対象