SkuArgs

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

Model representing SKU for Azure Dev Spaces Controller.

Constructors

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

Properties

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

The name of the SKU for Azure Dev Spaces Controller.

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

The tier of the SKU for Azure Dev Spaces Controller.

Functions

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