Deployment Scale Settings Args
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)