Class LedgerDigestUploadsProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.LedgerDigestUploadsProperties

public final class LedgerDigestUploadsProperties extends Object
The properties of a database ledger digest upload settings.
  • Constructor Details

    • LedgerDigestUploadsProperties

      public LedgerDigestUploadsProperties()
      Creates an instance of LedgerDigestUploadsProperties class.
  • Method Details

    • digestStorageEndpoint

      public String 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

      public LedgerDigestUploadsProperties 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.
      Parameters:
      digestStorageEndpoint - the digestStorageEndpoint value to set.
      Returns:
      the LedgerDigestUploadsProperties object itself.
    • state

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