CapacityReservationSkuArgs

data class CapacityReservationSkuArgs(val capacity: Output<Int>, val name: Output<String>) : ConvertibleToJava<CapacityReservationSkuArgs>

Constructors

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

Properties

Link copied to clipboard
val capacity: Output<Int>

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
val name: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): CapacityReservationSkuArgs