Delen via


Scale.MinReplicas Property

Definition

Gets or sets optional. Minimum number of container replicas.

[Newtonsoft.Json.JsonProperty(PropertyName="minReplicas")]
public int? MinReplicas { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minReplicas")>]
member this.MinReplicas : Nullable<int> with get, set
Public Property MinReplicas As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to