共用方式為


ServiceLoadMetricDescription.SecondaryDefaultLoad Property

Definition

Gets or sets used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to