次の方法で共有


Endpoint.Weight プロパティ

定義

"重み付け" トラフィック ルーティング方法を使用する場合の、このエンドポイントの重みを取得または設定します。 指定できる値は 1 ~ 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象