Share via


StatefulServiceUpdateProperties.TargetReplicaSetSize Property

Definition

Gets or sets the target replica set size as a number.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to