Uses of Class
com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
-
Uses of AttachedDatabaseConfigurationProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfigurationProperties.withClusterResourceId
(String clusterResourceId) Set the clusterResourceId property: The resource id of the cluster where the databases you would like to attach reside.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.AttachedDatabaseConfigurationProperties.withDatabaseNameOverride
(String databaseNameOverride) Set the databaseNameOverride property: Overrides the original database name.AttachedDatabaseConfigurationProperties.withDatabaseNamePrefix
(String databaseNamePrefix) Set the databaseNamePrefix property: Adds a prefix to the attached databases name.AttachedDatabaseConfigurationProperties.withDefaultPrincipalsModificationKind
(DefaultPrincipalsModificationKind defaultPrincipalsModificationKind) Set the defaultPrincipalsModificationKind property: The default principals modification kind.AttachedDatabaseConfigurationProperties.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Set the tableLevelSharingProperties property: Table level sharing specifications.