Delen via


Scale.MaxReplicas Property

Definition

Gets or sets optional. Maximum number of container replicas. Defaults to 10 if not set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to