Interface FollowerDatabaseDefinition


public interface FollowerDatabaseDefinition
An immutable client-side representation of FollowerDatabaseDefinition.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the attachedDatabaseConfigurationName property: Resource name of the attached database configuration in the follower cluster.
    Gets the databaseName property: The database name owned by this cluster that was followed.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.FollowerDatabaseDefinitionInner object.
    Gets the kustoPoolResourceId property: Resource id of the cluster that follows a database owned by this cluster.
  • Method Details

    • kustoPoolResourceId

      String kustoPoolResourceId()
      Gets the kustoPoolResourceId property: Resource id of the cluster that follows a database owned by this cluster.
      Returns:
      the kustoPoolResourceId 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.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.FollowerDatabaseDefinitionInner object.
      Returns:
      the inner object.