DeploymentScaleSettingsArgs

data class DeploymentScaleSettingsArgs(val capacity: Output<Int>? = null, val scaleType: Output<Either<String, DeploymentScaleType>>? = null) : ConvertibleToJava<DeploymentScaleSettingsArgs>

Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, scaleType: Output<Either<String, DeploymentScaleType>>? = null)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Deployment capacity.

Link copied to clipboard
val scaleType: Output<Either<String, DeploymentScaleType>>? = null

Deployment scale type.

Functions

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