次の方法で共有


EndpointInner.Priority プロパティ

定義

"Priority" トラフィック ルーティング方法を使用する場合の、このエンドポイントの優先度を取得または設定します。 指定できる値は 1 から 1000 で、低い値は高い優先度を表します。 これは省略可能なパラメーターです。 指定した場合、すべてのエンドポイントに指定する必要があります。2 つのエンドポイントが同じ優先度の値を共有することはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象