次の方法で共有


DnsSoaRecordCollection クラス

定義

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

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

コンストラクター

DnsSoaRecordCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DnsSoaRecordResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DnsSoaRecordResource>.GetEnumerator()

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

適用対象