LedgerDigestUploads Class
Azure SQL Database ledger digest upload settings.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceLedgerDigestUploads
Constructor
LedgerDigestUploads(*, digest_storage_endpoint: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
digest_storage_endpoint
Required
|
The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger. |
Keyword-Only Parameters
Name | Description |
---|---|
digest_storage_endpoint
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
state
|
Specifies the state of ledger digest upload. Possible values include: "Enabled", "Disabled". |
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