CaaRecord Class
A CAA record.
- Inheritance
-
azure.mgmt.dns._serialization.ModelCaaRecord
Constructor
CaaRecord(*, flags: int | None = None, tag: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
flags
|
The flags for this CAA record as an integer between 0 and 255. |
tag
|
The tag for this CAA record. |
value
|
The value for this CAA record. |
Variables
Name | Description |
---|---|
flags
|
The flags for this CAA record as an integer between 0 and 255. |
tag
|
The tag for this CAA record. |
value
|
The value for this CAA 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