Interface AttachedDatabaseConfiguration.Update
- All Superinterfaces:
AttachedDatabaseConfiguration.UpdateStages.WithClusterResourceId
,AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName
,AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNameOverride
,AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix
,AttachedDatabaseConfiguration.UpdateStages.WithDefaultPrincipalsModificationKind
,AttachedDatabaseConfiguration.UpdateStages.WithTableLevelSharingProperties
- Enclosing interface:
- AttachedDatabaseConfiguration
public static interface AttachedDatabaseConfiguration.Update
extends AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName, AttachedDatabaseConfiguration.UpdateStages.WithClusterResourceId, AttachedDatabaseConfiguration.UpdateStages.WithDefaultPrincipalsModificationKind, AttachedDatabaseConfiguration.UpdateStages.WithTableLevelSharingProperties, AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNameOverride, AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix
The template for AttachedDatabaseConfiguration update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithClusterResourceId
withClusterResourceId
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithDatabaseName
withDatabaseName
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNameOverride
withDatabaseNameOverride
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithDatabaseNamePrefix
withDatabaseNamePrefix
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithDefaultPrincipalsModificationKind
withDefaultPrincipalsModificationKind
Methods inherited from interface com.azure.resourcemanager.kusto.models.AttachedDatabaseConfiguration.UpdateStages.WithTableLevelSharingProperties
withTableLevelSharingProperties
-
Method Details
-
apply
AttachedDatabaseConfiguration apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-