Auto Scale VCore Sku Args
data class AutoScaleVCoreSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>, val tier: Output<Either<String, VCoreSkuTier>>? = null) : ConvertibleToJava<AutoScaleVCoreSkuArgs>
Represents the SKU name and Azure pricing tier for auto scale v-core resource.
Constructors
Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<String>, tier: Output<Either<String, VCoreSkuTier>>? = null)