RecordSetProperties Class
Represents the properties of the records in the record set.
Constructor
RecordSetProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
metadata
|
The metadata attached to the record set. |
|
ttl
|
The TTL (time-to-live) of the records in the record set. |
|
fqdn
|
Fully qualified domain name of the record set. |
|
is_auto_registered
|
Is the record set auto-registered in the Private DNS zone through a virtual network link?. |
|
a_records
|
The list of A records in the record set. |
|
aaaa_records
|
The list of AAAA records in the record set. |
|
cname_record
|
The CNAME record in the record set. |
|
mx_records
|
The list of MX records in the record set. |
|
ptr_records
|
The list of PTR records in the record set. |
|
soa_record
|
The SOA record in the record set. |
|
srv_records
|
The list of SRV records in the record set. |
|
txt_records
|
The list of TXT records in the record set. |
Attributes
a_records
The list of A records in the record set.
a_records: list['_models.ARecord'] | None
aaaa_records
The list of AAAA records in the record set.
aaaa_records: list['_models.AaaaRecord'] | None
cname_record
The CNAME record in the record set.
cname_record: _models.CnameRecord | None
fqdn
Fully qualified domain name of the record set.
fqdn: str | None
is_auto_registered
Is the record set auto-registered in the Private DNS zone through a virtual network link?.
is_auto_registered: bool | None
metadata
The metadata attached to the record set.
metadata: dict[str, str] | None
mx_records
The list of MX records in the record set.
mx_records: list['_models.MxRecord'] | None
ptr_records
The list of PTR records in the record set.
ptr_records: list['_models.PtrRecord'] | None
soa_record
The SOA record in the record set.
soa_record: _models.SoaRecord | None
srv_records
The list of SRV records in the record set.
srv_records: list['_models.SrvRecord'] | None
ttl
The TTL (time-to-live) of the records in the record set.
ttl: int | None
txt_records
The list of TXT records in the record set.
txt_records: list['_models.TxtRecord'] | None