Share via


DeploymentScaleSettings Class

Definition

Properties of Cognitive Services account deployment model.

public class DeploymentScaleSettings
type DeploymentScaleSettings = class
Public Class DeploymentScaleSettings
Inheritance
DeploymentScaleSettings

Constructors

DeploymentScaleSettings()

Initializes a new instance of the DeploymentScaleSettings class.

DeploymentScaleSettings(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DeploymentScaleSettings class.

Properties

ActiveCapacity

Gets deployment active capacity. This value might be different from capacity if customer recently updated capacity.

Capacity

Gets or sets deployment capacity.

ScaleType

Gets or sets deployment scale type. Possible values include: 'Standard', 'Manual'

Applies to