共用方式為


ServiceLoadMetricDescription.DefaultLoad Property

Definition

Gets or sets used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to