SkuDescriptionResponse

data class SkuDescriptionResponse(val capabilities: List<CapabilityResponse>? = null, val capacity: Int? = null, val family: String? = null, val locations: List<String>? = null, val name: String? = null, val size: String? = null, val skuCapacity: SkuCapacityResponse? = null, val tier: String? = null)

Description of a SKU for a scalable resource.

Constructors

Link copied to clipboard
constructor(capabilities: List<CapabilityResponse>? = null, capacity: Int? = null, family: String? = null, locations: List<String>? = null, name: String? = null, size: String? = null, skuCapacity: SkuCapacityResponse? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Capabilities of the SKU, e.g., is traffic manager enabled?

Link copied to clipboard
val capacity: Int? = null

Current number of instances assigned to the resource.

Link copied to clipboard
val family: String? = null

Family code of the resource SKU.

Link copied to clipboard
val locations: List<String>? = null

Locations of the SKU.

Link copied to clipboard
val name: String? = null

Name of the resource SKU.

Link copied to clipboard
val size: String? = null

Size specifier of the resource SKU.

Link copied to clipboard

Min, max, and default scale values of the SKU.

Link copied to clipboard
val tier: String? = null

Service tier of the resource SKU.