ARecord Class
An A record.
- Inheritance
-
azure.mgmt.dns._serialization.ModelARecord
Constructor
ARecord(*, ipv4_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ipv4_address
|
The IPv4 address of this A record. |
Variables
Name | Description |
---|---|
ipv4_address
|
The IPv4 address of this A 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