AFDOrigin.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

適用対象