SkuArgs

data class SkuArgs(val capacity: Output<Int>? = null, val name: Output<String>? = null, val tier: Output<String>? = null) : ConvertibleToJava<SkuArgs>

Sku of Azure Spring Apps

Constructors

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

Properties

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

Current capacity of the target resource

Link copied to clipboard
val name: Output<String>? = null

Name of the Sku

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

Tier of the Sku

Functions

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