Interface AttachedDatabaseConfiguration
public interface AttachedDatabaseConfiguration
An immutable client-side representation of AttachedDatabaseConfiguration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the AttachedDatabaseConfiguration definition.static interface
The AttachedDatabaseConfiguration definition stages.static interface
The template for AttachedDatabaseConfiguration update.static interface
The AttachedDatabaseConfiguration update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the attachedDatabaseNames property: The list of databases from the clusterResourceId which are currently attached to the cluster.Gets the clusterResourceId property: The resource id of the cluster where the databases you would like to attach reside.Gets 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.Gets the databaseNameOverride property: Overrides the original database name.Gets the databaseNamePrefix property: Adds a prefix to the attached databases name.Gets the defaultPrincipalsModificationKind property: The default principals modification kind.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationInner object.location()
Gets the location property: Resource location.name()
Gets the name property: The name of the resource.Gets the provisioningState property: The provisioned state of the resource.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.Region
region()
Gets the region of the resource.Gets the name of the resource region.Gets the name of the resource group.Gets the tableLevelSharingProperties property: Table level sharing specifications.type()
Gets the type property: The type of the resource.update()
Begins update for the AttachedDatabaseConfiguration resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
location
String location()Gets the location property: Resource location.- Returns:
- the location value.
-
provisioningState
ProvisioningState provisioningState()Gets the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
databaseName
String databaseName()Gets 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.
-
clusterResourceId
String clusterResourceId()Gets the clusterResourceId property: The resource id of the cluster where the databases you would like to attach reside.- Returns:
- the clusterResourceId value.
-
attachedDatabaseNames
Gets the attachedDatabaseNames property: The list of databases from the clusterResourceId which are currently attached to the cluster.- Returns:
- the attachedDatabaseNames value.
-
defaultPrincipalsModificationKind
DefaultPrincipalsModificationKind defaultPrincipalsModificationKind()Gets the defaultPrincipalsModificationKind property: The default principals modification kind.- Returns:
- the defaultPrincipalsModificationKind value.
-
tableLevelSharingProperties
TableLevelSharingProperties tableLevelSharingProperties()Gets the tableLevelSharingProperties property: Table level sharing specifications.- Returns:
- the tableLevelSharingProperties value.
-
databaseNameOverride
String databaseNameOverride()Gets the databaseNameOverride property: Overrides the original database name. Relevant only when attaching to a specific database.- Returns:
- the databaseNameOverride value.
-
databaseNamePrefix
String databaseNamePrefix()Gets the databaseNamePrefix property: Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.- Returns:
- the databaseNamePrefix value.
-
region
com.azure.core.management.Region region()Gets the region of the resource.- Returns:
- the region of the resource.
-
regionName
String regionName()Gets the name of the resource region.- Returns:
- the name of the resource region.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
AttachedDatabaseConfigurationInner innerModel()Gets the inner com.azure.resourcemanager.kusto.fluent.models.AttachedDatabaseConfigurationInner object.- Returns:
- the inner object.
-
update
AttachedDatabaseConfiguration.Update update()Begins update for the AttachedDatabaseConfiguration resource.- Returns:
- the stage of resource update.
-
refresh
AttachedDatabaseConfiguration refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-