Interface FollowerDatabaseDefinition
public interface FollowerDatabaseDefinition
An immutable client-side representation of FollowerDatabaseDefinition.
-
Method Summary
Modifier and TypeMethodDescriptionGets the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.Gets the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.Gets the databaseName property: The database name owned by this cluster that was followed.Gets the databaseShareOrigin property: The origin of the following setup.Gets the inner com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner object.Gets the tableLevelSharingProperties property: Table level sharing specifications.
-
Method Details
-
clusterResourceId
String clusterResourceId()Gets the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.- Returns:
- the clusterResourceId value.
-
attachedDatabaseConfigurationName
String attachedDatabaseConfigurationName()Gets the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.- Returns:
- the attachedDatabaseConfigurationName value.
-
databaseName
String databaseName()Gets the databaseName property: The database name owned by this cluster that was followed. * in case following all databases.- Returns:
- the databaseName value.
-
tableLevelSharingProperties
TableLevelSharingProperties tableLevelSharingProperties()Gets the tableLevelSharingProperties property: Table level sharing specifications.- Returns:
- the tableLevelSharingProperties value.
-
innerModel
FollowerDatabaseDefinitionInner innerModel()Gets the inner com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner object.- Returns:
- the inner object.
-