IntegrationAccountSkuArgs

data class IntegrationAccountSkuArgs(val name: Output<Either<String, IntegrationAccountSkuName>>) : ConvertibleToJava<IntegrationAccountSkuArgs>

The integration account sku.

Constructors

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

Properties

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

The sku name.

Functions

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