RecordSet interface
Describes a DNS record set (a collection of DNS records with the same name and type).
Properties
aaaa |
The list of AAAA records in the record set. |
a |
The list of A records in the record set. |
caa |
The list of CAA records in the record set. |
cname |
The CNAME record in the record set. |
etag | The etag of the record set. |
fqdn | Fully qualified domain name of the record set. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The ID of the record set. NOTE: This property will not be serialized. It can only be populated by the server. |
metadata | The metadata attached to the record set. |
mx |
The list of MX records in the record set. |
name | The name of the record set. NOTE: This property will not be serialized. It can only be populated by the server. |
ns |
The list of NS records in the record set. |
provisioning |
provisioning State of the record set. NOTE: This property will not be serialized. It can only be populated by the server. |
ptr |
The list of PTR records in the record set. |
soa |
The SOA record in the record set. |
srv |
The list of SRV records in the record set. |
target |
A reference to an azure resource from where the dns resource value is taken. |
ttl | The TTL (time-to-live) of the records in the record set. |
txt |
The list of TXT records in the record set. |
type | The type of the record set. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aaaaRecords
aRecords
caaRecords
cnameRecord
etag
The etag of the record set.
etag?: string
Property Value
string
fqdn
Fully qualified domain name of the record set. NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
id
The ID of the record set. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
metadata
The metadata attached to the record set.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
mxRecords
name
The name of the record set. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
nsRecords
provisioningState
provisioning State of the record set. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
ptrRecords
soaRecord
srvRecords
targetResource
A reference to an azure resource from where the dns resource value is taken.
targetResource?: SubResource
Property Value
ttl
The TTL (time-to-live) of the records in the record set.
ttl?: number
Property Value
number
txtRecords
type
The type of the record set. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string