Share via


DeploymentScaleSettings.ActiveCapacity Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="activeCapacity")]
public int? ActiveCapacity { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activeCapacity")>]
member this.ActiveCapacity : Nullable<int>
Public ReadOnly Property ActiveCapacity As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to