次の方法で共有


Origin.Priority プロパティ

定義

負荷分散のために、指定された配信元グループの配信元の優先度を取得または設定します。 優先度の低い配信元が正常な場合は、優先順位が高いほど負荷分散には使用されません。1 ~ 5 の間にする必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象