Class LedgerDigestUploadsProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.LedgerDigestUploadsProperties
The properties of a database ledger digest upload settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LedgerDigestUploadsProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.state()Get the state property: Specifies the state of ledger digest upload.voidvalidate()Validates the instance.withDigestStorageEndpoint(String digestStorageEndpoint) Set the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.
-
Constructor Details
-
LedgerDigestUploadsProperties
public LedgerDigestUploadsProperties()Creates an instance of LedgerDigestUploadsProperties class.
-
-
Method Details
-
digestStorageEndpoint
Get the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.- Returns:
- the digestStorageEndpoint value.
-
withDigestStorageEndpoint
Set the digestStorageEndpoint property: The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.- Parameters:
digestStorageEndpoint- the digestStorageEndpoint value to set.- Returns:
- the LedgerDigestUploadsProperties object itself.
-
state
Get the state property: Specifies the state of ledger digest upload.- Returns:
- the state value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-