SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse

data class SqlAvailabilityGroupDatabaseReplicaResourcePropertiesResponse(val databaseName: String? = null, val databaseStateDescription: String, val isCommitParticipant: Boolean, val isLocal: Boolean, val isPrimaryReplica: Boolean, val isSuspended: Boolean, val replicaName: String, val suspendReasonDescription: String, val synchronizationHealthDescription: String, val synchronizationStateDescription: String)

The properties of Arc Sql availability group database replica resource

Constructors

constructor(databaseName: String? = null, databaseStateDescription: String, isCommitParticipant: Boolean, isLocal: Boolean, isPrimaryReplica: Boolean, isSuspended: Boolean, replicaName: String, suspendReasonDescription: String, synchronizationHealthDescription: String, synchronizationStateDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

the database name.

Link copied to clipboard

Description of the database state of the availability replica.

Link copied to clipboard

Whether this replica is transaction committer.

Link copied to clipboard

Whether the availability database is local.

Link copied to clipboard

Returns 1 if the replica is primary, or 0 if it is a secondary replica.

Link copied to clipboard

Whether this data movement is suspended.

Link copied to clipboard

the database replica name.

Link copied to clipboard

Description of the database suspended state reason.

Link copied to clipboard

Description of the health of database.

Link copied to clipboard

Description of the data-movement state.