Megosztás a következőn keresztül:


Endpoint.Weight Property

Definition

Gets or sets the weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.weight")]
public long? Weight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.weight")>]
member this.Weight : Nullable<int64> with get, set
Public Property Weight As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to