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

RecordSet interface

描述 DNS 记录集(具有相同名称和类型的 DNS 记录集合)。

属性

aaaaRecords

记录集中 AAAA 记录的列表。

aRecords

记录集中的 A 记录列表。

cnameRecord

记录集中的 CNAME 记录。

etag

记录集的 etag。

fqdn

记录集的完全限定域名。 注意:此属性不会序列化。 它只能由服务器填充。

id

记录集的 ID。

metadata

附加到记录集的元数据。

mxRecords

记录集中 MX 记录的列表。

name

记录集的名称。

nsRecords

记录集中 NS 记录的列表。

ptrRecords

记录集中 PTR 记录的列表。

soaRecord

记录集中的 SOA 记录。

srvRecords

记录集中 SRV 记录的列表。

ttl

记录集中记录的 TTL(生存时间)。

txtRecords

记录集中 TXT 记录的列表。

type

记录集的类型。

属性详细信息

aaaaRecords

记录集中 AAAA 记录的列表。

aaaaRecords?: AaaaRecord[]

属性值

aRecords

记录集中的 A 记录列表。

aRecords?: ARecord[]

属性值

cnameRecord

记录集中的 CNAME 记录。

cnameRecord?: CnameRecord

属性值

etag

记录集的 etag。

etag?: string

属性值

string

fqdn

记录集的完全限定域名。 注意:此属性不会序列化。 它只能由服务器填充。

fqdn?: string

属性值

string

id

记录集的 ID。

id?: string

属性值

string

metadata

附加到记录集的元数据。

metadata?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

mxRecords

记录集中 MX 记录的列表。

mxRecords?: MxRecord[]

属性值

name

记录集的名称。

name?: string

属性值

string

nsRecords

记录集中 NS 记录的列表。

nsRecords?: NsRecord[]

属性值

ptrRecords

记录集中 PTR 记录的列表。

ptrRecords?: PtrRecord[]

属性值

soaRecord

记录集中的 SOA 记录。

soaRecord?: SoaRecord

属性值

srvRecords

记录集中 SRV 记录的列表。

srvRecords?: SrvRecord[]

属性值

ttl

记录集中记录的 TTL(生存时间)。

ttl?: number

属性值

number

txtRecords

记录集中 TXT 记录的列表。

txtRecords?: TxtRecord[]

属性值

type

记录集的类型。

type?: string

属性值

string