Class FollowerDatabaseDefinitionInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.FollowerDatabaseDefinitionInner
A class representing follower database request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.Get the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.Get the databaseName property: The database name owned by this cluster that was followed.Get the databaseShareOrigin property: The origin of the following setup.Get the tableLevelSharingProperties property: Table level sharing specifications.void
validate()
Validates the instance.withAttachedDatabaseConfigurationName
(String attachedDatabaseConfigurationName) Set the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.withClusterResourceId
(String clusterResourceId) Set the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.
-
Constructor Details
-
FollowerDatabaseDefinitionInner
public FollowerDatabaseDefinitionInner()
-
-
Method Details
-
clusterResourceId
Get the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.- Returns:
- the clusterResourceId value.
-
withClusterResourceId
Set the clusterResourceId property: Resource id of the cluster that follows a database owned by this cluster.- Parameters:
clusterResourceId
- the clusterResourceId value to set.- Returns:
- the FollowerDatabaseDefinitionInner object itself.
-
attachedDatabaseConfigurationName
Get the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.- Returns:
- the attachedDatabaseConfigurationName value.
-
withAttachedDatabaseConfigurationName
public FollowerDatabaseDefinitionInner withAttachedDatabaseConfigurationName(String attachedDatabaseConfigurationName) Set the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.- Parameters:
attachedDatabaseConfigurationName
- the attachedDatabaseConfigurationName value to set.- Returns:
- the FollowerDatabaseDefinitionInner object itself.
-
databaseName
Get the databaseName property: The database name owned by this cluster that was followed. * in case following all databases.- Returns:
- the databaseName value.
-
tableLevelSharingProperties
Get the tableLevelSharingProperties property: Table level sharing specifications.- Returns:
- the tableLevelSharingProperties value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-