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. |
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