ServiceRegionPropertiesResponse

data class ServiceRegionPropertiesResponse(val name: String, val primaryRegionProperties: PrimaryRegionPropertiesResponse)

The service region configuration needed for Teams Callings.

Constructors

Link copied to clipboard
constructor(name: String, primaryRegionProperties: PrimaryRegionPropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the region in which the resources needed for Teams Calling will be deployed.

Link copied to clipboard

The configuration used in this region as primary, and other regions as backup.