Class AttachedDatabaseConfigurationProperties


  • public final class AttachedDatabaseConfigurationProperties
    extends Object
    Class representing the an attached database configuration properties of kind specific.
    • Constructor Detail

      • AttachedDatabaseConfigurationProperties

        public AttachedDatabaseConfigurationProperties()
    • Method Detail

      • provisioningState

        public ResourceProvisioningState provisioningState()
        Get the provisioningState property: The provisioned state of the resource.
        Returns:
        the provisioningState value.
      • databaseName

        public String databaseName()
        Get the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases.
        Returns:
        the databaseName value.
      • withDatabaseName

        public AttachedDatabaseConfigurationProperties withDatabaseName​(String databaseName)
        Set the databaseName property: The name of the database which you would like to attach, use * if you want to follow all current and future databases.
        Parameters:
        databaseName - the databaseName value to set.
        Returns:
        the AttachedDatabaseConfigurationProperties object itself.
      • kustoPoolResourceId

        public String kustoPoolResourceId()
        Get the kustoPoolResourceId property: The resource id of the kusto pool where the databases you would like to attach reside.
        Returns:
        the kustoPoolResourceId value.
      • withKustoPoolResourceId

        public AttachedDatabaseConfigurationProperties withKustoPoolResourceId​(String kustoPoolResourceId)
        Set the kustoPoolResourceId property: The resource id of the kusto pool where the databases you would like to attach reside.
        Parameters:
        kustoPoolResourceId - the kustoPoolResourceId value to set.
        Returns:
        the AttachedDatabaseConfigurationProperties object itself.
      • attachedDatabaseNames

        public List<String> attachedDatabaseNames()
        Get the attachedDatabaseNames property: The list of databases from the clusterResourceId which are currently attached to the kusto pool.
        Returns:
        the attachedDatabaseNames value.
      • defaultPrincipalsModificationKind

        public DefaultPrincipalsModificationKind defaultPrincipalsModificationKind()
        Get the defaultPrincipalsModificationKind property: The default principals modification kind.
        Returns:
        the defaultPrincipalsModificationKind value.
      • withDefaultPrincipalsModificationKind

        public AttachedDatabaseConfigurationProperties withDefaultPrincipalsModificationKind​(DefaultPrincipalsModificationKind defaultPrincipalsModificationKind)
        Set the defaultPrincipalsModificationKind property: The default principals modification kind.
        Parameters:
        defaultPrincipalsModificationKind - the defaultPrincipalsModificationKind value to set.
        Returns:
        the AttachedDatabaseConfigurationProperties object itself.
      • tableLevelSharingProperties

        public TableLevelSharingProperties tableLevelSharingProperties()
        Get the tableLevelSharingProperties property: Table level sharing specifications.
        Returns:
        the tableLevelSharingProperties value.
      • withTableLevelSharingProperties

        public AttachedDatabaseConfigurationProperties withTableLevelSharingProperties​(TableLevelSharingProperties tableLevelSharingProperties)
        Set the tableLevelSharingProperties property: Table level sharing specifications.
        Parameters:
        tableLevelSharingProperties - the tableLevelSharingProperties value to set.
        Returns:
        the AttachedDatabaseConfigurationProperties object itself.
      • validate

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