SkuArgs

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

The SKU of the storage account.

Constructors

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

Properties

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

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

Functions

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