RecordSet Class
Describes a DNS record set (a collection of DNS records with the same name and type).
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
RecordSet
Constructor
RecordSet(*, etag: Optional[str] = None, metadata: Optional[Dict[str, str]] = None, ttl: Optional[int] = None, a_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.ARecord]] = None, aaaa_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.AaaaRecord]] = None, mx_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.MxRecord]] = None, ns_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.NsRecord]] = None, ptr_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.PtrRecord]] = None, srv_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.SrvRecord]] = None, txt_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.TxtRecord]] = None, cname_record: Optional[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.CnameRecord] = None, soa_record: Optional[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.SoaRecord] = None, caa_records: Optional[List[azure.mgmt.dns.v2018_03_01_preview.models._models_py3.CaaRecord]] = None, **kwargs)
Parameters
- ttl
- <xref:long>
Required
The TTL (time-to-live) of the records in the record set.
Variables
- id
- str
The ID of the record set.
- name
- str
The name of the record set.
- type
- str
The type of the record set.
- fqdn
- str
Fully qualified domain name of the record set.
Feedback
Submit and view feedback for