ApiManagementGatewaySkuPropertiesResponse

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

API Management gateway resource SKU properties.

Constructors

constructor(capacity: Int? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Capacity of the SKU (number of deployed units of the SKU)

Link copied to clipboard

Name of the Sku.