次の方法で共有


Origin.Weight プロパティ

定義

負荷分散のために、指定された配信元グループ内の配信元の重みを取得または設定します。 1 から 1000 の間にする必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象