IotHubLocationDescriptionResponse

data class IotHubLocationDescriptionResponse(val location: String? = null, val role: String? = null)

Public representation of one of the locations where a resource is provisioned.

Constructors

Link copied to clipboard
constructor(location: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

The name of the Azure region

Link copied to clipboard
val role: String? = null

The role of the region, can be either primary or secondary. The primary region is where the IoT hub is currently provisioned. The secondary region is the Azure disaster recovery (DR) paired region and also the region where the IoT hub can failover to.