次の方法で共有


AzureReachabilityReportLatencyInfo.Score プロパティ

定義

1 から 100 までの相対的な待機時間スコアを取得または設定します。値が大きいほど、接続が高速であることを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象