SkuArgs

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

Identifies the unique system identifier for each Azure resource.

Constructors

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

Properties

Link copied to clipboard
val name: Output<Either<String, SkuName>>

The Sku name.

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

The Sku tier.

Functions

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