AccountSkuArgs

data class AccountSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, AccountSkuName>>? = null) : ConvertibleToJava<AccountSkuArgs>

Gets or sets the Sku.

Constructors

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

Properties

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

Gets or sets the sku capacity.

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

Gets or sets the sku name.

Functions

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