CapacitySkuArgs

data class CapacitySkuArgs(val name: Output<String>, val tier: Output<String>) : ConvertibleToJava<CapacitySkuArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the SKU to use for the Fabric Capacity. Possible values are F2, F4, F8, F16, F32, F64, F128, F256, F512, F1024, F2048.

Link copied to clipboard
val tier: Output<String>

The tier of the SKU to use for the Fabric Capacity. The only possible value is Fabric.

Functions

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