DnssecConfig Class
Represents the DNSSEC configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.dns._serialization.ModelDnssecConfig
Constructor
DnssecConfig(*, etag: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
etag
|
The etag of the DNSSEC configuration. |
Variables
Name | Description |
---|---|
id
|
The ID of the DNSSEC configuration. |
name
|
The name of the DNSSEC configuration. |
type
|
The type of the DNSSEC configuration. |
etag
|
The etag of the DNSSEC configuration. |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
provisioning_state
|
Provisioning State of the DNSSEC configuration. |
signing_keys
|
The list of signing keys. |
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