CapacityReservationSku

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

Constructors

Link copied to clipboard
constructor(capacity: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of instances to be reserved. It must be greater than or equal to 0 and not exceed the quota in the subscription.

Link copied to clipboard

Name of the sku, such as Standard_F2. Changing this forces a new resource to be created.