Account Geo Location
data class AccountGeoLocation(val failoverPriority: Int, val id: String? = null, val location: String, val zoneRedundant: Boolean? = null)
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. Changing this causes the location to be re-provisioned and cannot be changed for the location with failover priority 0
.
Link copied to clipboard
Should zone redundancy be enabled for this region? Defaults to false
.