Location Args
data class LocationArgs(val failoverPriority: Output<Int>? = null, val isZoneRedundant: Output<Boolean>? = null, val locationName: Output<String>? = null) : ConvertibleToJava<LocationArgs>
A region in which the Azure Cosmos DB database account is deployed.
Constructors
Link copied to clipboard
fun LocationArgs(failoverPriority: Output<Int>? = null, isZoneRedundant: Output<Boolean>? = null, locationName: Output<String>? = null)