Failover Policy Response
data class FailoverPolicyResponse(val failoverPriority: Int? = null, val id: String, val locationName: String? = null)
The failover policy for a given region of a database account.
Properties
Link copied to clipboard
The failover priority of the region. A failover priority of 0 indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists.
Link copied to clipboard
The name of the region in which the database account exists.