你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecordSetInner 构造函数

定义

重载

RecordSetInner()

初始化 RecordSetInner 类的新实例。

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

初始化 RecordSetInner 类的新实例。

RecordSetInner()

初始化 RecordSetInner 类的新实例。

public RecordSetInner ();
Public Sub New ()

适用于

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

初始化 RecordSetInner 类的新实例。

public RecordSetInner (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, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.ARecord> aRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.AaaaRecord> aaaaRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.MxRecord> mxRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> nsRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.PtrRecord> ptrRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord> srvRecords = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.TxtRecord> txtRecords = default, Microsoft.Azure.Management.Dns.Fluent.Models.CnameRecord cnameRecord = default, Microsoft.Azure.Management.Dns.Fluent.Models.SoaRecord soaRecord = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord> caaRecords = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.RecordSetInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.ARecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.AaaaRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.MxRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.NsRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.PtrRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.SrvRecord> * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.TxtRecord> * Microsoft.Azure.Management.Dns.Fluent.Models.CnameRecord * Microsoft.Azure.Management.Dns.Fluent.Models.SoaRecord * System.Collections.Generic.IList<Microsoft.Azure.Management.Dns.Fluent.Models.CaaRecord> -> Microsoft.Azure.Management.Dns.Fluent.Models.RecordSetInner
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 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 (记录集中记录的生存时间) 。

fqdn
String

记录集的完全限定域名。

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 记录的列表。

适用于