TestBaseAccountSKUArgs

data class TestBaseAccountSKUArgs(val locations: Output<List<String>>? = null, val name: Output<String>, val resourceType: Output<String>? = null, val tier: Output<Either<String, Tier>>) : ConvertibleToJava<TestBaseAccountSKUArgs>

Describes a Test Base Account SKU.

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, name: Output<String>, resourceType: Output<String>? = null, tier: Output<Either<String, Tier>>)

Properties

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

The locations that the SKU is available.

Link copied to clipboard
val name: Output<String>

The name of the SKU. This is typically a letter + number code, such as B0 or S0.

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

The type of resource the SKU applies to.

Link copied to clipboard
val tier: Output<Either<String, Tier>>

The tier of this particular SKU.

Functions

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