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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python