SkuArgs

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

The SKU of the cognitive services account.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Gets or sets the sku name. Required for account creation, optional for update.

Functions

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