VirtualNetworkGatewaySkuResponse

data class VirtualNetworkGatewaySkuResponse(val capacity: Int, val name: String? = null, val tier: String? = null)

VirtualNetworkGatewaySku details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity.

Link copied to clipboard
val name: String? = null

Gateway SKU name.

Link copied to clipboard
val tier: String? = null

Gateway SKU tier.