Class LedgerDigestUploadsInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.LedgerDigestUploadsInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class LedgerDigestUploadsInner
extends com.azure.core.management.ProxyResource
Azure SQL Database ledger digest upload settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LedgerDigestUploadsInner 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.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
LedgerDigestUploadsInner
public LedgerDigestUploadsInner()Creates an instance of LedgerDigestUploadsInner 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 LedgerDigestUploadsInner 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.
-