次の方法で共有


RecordSet コンストラクター

定義

オーバーロード

RecordSet()

RecordSet クラスの新しいインスタンスを初期化します。

RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, String, SubResource, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)

RecordSet クラスの新しいインスタンスを初期化します。

RecordSet()

RecordSet クラスの新しいインスタンスを初期化します。

public RecordSet();
Public Sub New ()

適用対象

RecordSet(String, String, String, String, IDictionary<String, String>, Nullable<Int64>, String, String, SubResource, IList<ARecord>, IList<AaaaRecord>, IList<MxRecord>, IList<NsRecord>, IList<PtrRecord>, IList<SrvRecord>, IList<TxtRecord>, CnameRecord, SoaRecord, IList<CaaRecord>)

RecordSet クラスの新しいインスタンスを初期化します。

public RecordSet(string id = default, string name = default, string type = default, string etag = default, System.Collections.Generic.IDictionary<string,string> metadata = default, long? tTL = default, string fqdn = default, string provisioningState = default, Microsoft.Azure.Management.Dns.Models.SubResource targetResource = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.ARecord> aRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.AaaaRecord> aaaaRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.MxRecord> mxRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> nsRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.PtrRecord> ptrRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SrvRecord> srvRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.TxtRecord> txtRecords = default, Microsoft.Azure.Management.Dns.Models.CnameRecord cnameRecord = default, Microsoft.Azure.Management.Dns.Models.SoaRecord soaRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> caaRecords = default);
new Microsoft.Azure.Management.Dns.Models.RecordSet : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * string * Microsoft.Azure.Management.Dns.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.ARecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.AaaaRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.MxRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.NsRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.PtrRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.SrvRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.TxtRecord> * Microsoft.Azure.Management.Dns.Models.CnameRecord * Microsoft.Azure.Management.Dns.Models.SoaRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Models.CaaRecord> -> Microsoft.Azure.Management.Dns.Models.RecordSet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional tTL As Nullable(Of Long) = Nothing, Optional fqdn As String = Nothing, Optional provisioningState As String = Nothing, Optional targetResource As SubResource = Nothing, Optional aRecords As IList(Of ARecord) = Nothing, Optional aaaaRecords As IList(Of AaaaRecord) = Nothing, Optional mxRecords As IList(Of MxRecord) = Nothing, Optional nsRecords As IList(Of NsRecord) = Nothing, Optional ptrRecords As IList(Of PtrRecord) = Nothing, Optional srvRecords As IList(Of SrvRecord) = Nothing, Optional txtRecords As IList(Of TxtRecord) = Nothing, Optional cnameRecord As CnameRecord = Nothing, Optional soaRecord As SoaRecord = Nothing, Optional caaRecords As IList(Of CaaRecord) = Nothing)

パラメーター

id
String

レコード セットの ID。

name
String

レコード セットの名前。

type
String

レコード セットの型。

etag
String

レコード セットの etag。

metadata
IDictionary<String,String>

レコード セットにアタッチされたメタデータ。

tTL
Nullable<Int64>

レコード セット内のレコードの TTL (time-to-live)。

fqdn
String

レコード セットの完全修飾ドメイン名。

provisioningState
String

プロビジョニング レコード セットの状態。

targetResource
SubResource

dns リソース値の取得元の Azure リソースへの参照。

aRecords
IList<ARecord>

レコード セット内の A レコードの一覧。

aaaaRecords
IList<AaaaRecord>

レコード セット内の AAAA レコードの一覧。

mxRecords
IList<MxRecord>

レコード セット内の MX レコードの一覧。

nsRecords
IList<NsRecord>

レコード セット内の NS レコードの一覧。

ptrRecords
IList<PtrRecord>

レコード セット内の PTR レコードの一覧。

srvRecords
IList<SrvRecord>

レコード セット内の SRV レコードの一覧。

txtRecords
IList<TxtRecord>

レコード セット内の TXT レコードの一覧。

cnameRecord
CnameRecord

レコード セット内の CNAME レコード。

soaRecord
SoaRecord

レコード セット内の SOA レコード。

caaRecords
IList<CaaRecord>

レコード セット内の CAA レコードの一覧。

適用対象