ApiManagementServiceSkuPropertiesArgs

data class ApiManagementServiceSkuPropertiesArgs(val capacity: Output<Int>, val name: Output<Either<String, SkuType>>) : ConvertibleToJava<ApiManagementServiceSkuPropertiesArgs>

API Management service resource SKU properties.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>, name: Output<Either<String, SkuType>>)

Properties

Link copied to clipboard
val capacity: Output<Int>

Capacity of the SKU (number of deployed units of the SKU). For Consumption SKU capacity must be specified as 0.

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

Name of the Sku.

Functions

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