ApiManagementServiceSkuPropertiesResponse

data class ApiManagementServiceSkuPropertiesResponse(val capacity: Int, val name: String)

API Management service resource SKU properties.

Constructors

constructor(capacity: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.

Link copied to clipboard

Name of the Sku.