ScaleCapacity.DefaultProperty Property

Definition

Gets or sets the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.

[Newtonsoft.Json.JsonProperty(PropertyName="default")]
public string DefaultProperty { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="default")>]
member this.DefaultProperty : string with get, set
Public Property DefaultProperty As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to