AaaaRecord Class
An AAAA record.
- Inheritance
-
azure.mgmt.privatedns._serialization.ModelAaaaRecord
Constructor
AaaaRecord(*, ipv6_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ipv6_address
|
The IPv6 address of this AAAA record. |
Variables
Name | Description |
---|---|
ipv6_address
|
The IPv6 address of this AAAA record. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python