Class ConfidentialLedgerInner


  • public final class ConfidentialLedgerInner
    extends com.azure.core.management.ProxyResource
    Confidential Ledger. Contains the properties of Confidential Ledger Resource.
    • Constructor Detail

      • ConfidentialLedgerInner

        public ConfidentialLedgerInner()
    • Method Detail

      • properties

        public LedgerProperties properties()
        Get the properties property: LedgerProperties Properties of Confidential Ledger Resource.
        Returns:
        the properties value.
      • withProperties

        public ConfidentialLedgerInner withProperties​(LedgerProperties properties)
        Set the properties property: LedgerProperties Properties of Confidential Ledger Resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ConfidentialLedgerInner object itself.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • location

        public String location()
        Get the location property: The Azure location where the Confidential Ledger is running.
        Returns:
        the location value.
      • withLocation

        public ConfidentialLedgerInner withLocation​(String location)
        Set the location property: The Azure location where the Confidential Ledger is running.
        Parameters:
        location - the location value to set.
        Returns:
        the ConfidentialLedgerInner object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags property: Additional tags for Confidential Ledger.
        Returns:
        the tags value.
      • withTags

        public ConfidentialLedgerInner withTags​(Map<String,​String> tags)
        Set the tags property: Additional tags for Confidential Ledger.
        Parameters:
        tags - the tags value to set.
        Returns:
        the ConfidentialLedgerInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.