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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python