ExpressRouteCircuitSkuResponse

data class ExpressRouteCircuitSkuResponse(val family: String? = null, val name: String? = null, val tier: String? = null)

Contains SKU in an ExpressRouteCircuit.

Constructors

Link copied to clipboard
constructor(family: String? = null, name: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val family: String? = null

The family of the SKU.

Link copied to clipboard
val name: String? = null

The name of the SKU.

Link copied to clipboard
val tier: String? = null

The tier of the SKU.