Uses of Interface
com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.Update
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of AttachedDatabaseConfiguration.Update in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionAttachedDatabaseConfiguration.update()
Begins update for the AttachedDatabaseConfiguration resource.AttachedDatabaseConfiguration.UpdateStages.WithClusterResourceId.withClusterResourceId
(String clusterResourceId) Specifies the clusterResourceId property: The resource id of the cluster where the databases you would like to attach reside..AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName.withDatabaseName
(String databaseName) Specifies 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..AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNameOverride.withDatabaseNameOverride
(String databaseNameOverride) Specifies the databaseNameOverride property: Overrides the original database name.AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix.withDatabaseNamePrefix
(String databaseNamePrefix) Specifies the databaseNamePrefix property: Adds a prefix to the attached databases name.AttachedDatabaseConfiguration.UpdateStages.WithDefaultPrincipalsModificationKind.withDefaultPrincipalsModificationKind
(DefaultPrincipalsModificationKind defaultPrincipalsModificationKind) Specifies the defaultPrincipalsModificationKind property: The default principals modification kind.AttachedDatabaseConfiguration.UpdateStages.WithTableLevelSharingProperties.withTableLevelSharingProperties
(TableLevelSharingProperties tableLevelSharingProperties) Specifies the tableLevelSharingProperties property: Table level sharing specifications.