AutoScaleVCoreSkuArgs

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)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

The capacity of an auto scale v-core resource.

Link copied to clipboard
val name: Output<String>

Name of the SKU level.

Link copied to clipboard
val tier: Output<Either<String, VCoreSkuTier>>? = null

The name of the Azure pricing tier to which the SKU applies.

Functions

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