Deploy.Replicas Property

Definition

Represents the number of task replicas for a service node deployment. The replicas define the desired count of independently running instances of the service within the deployment.

[YamlDotNet.Serialization.YamlMember(Alias="replicas")]
public int? Replicas { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="replicas")>]
member this.Replicas : Nullable<int> with get, set
Public Property Replicas As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to