次の方法で共有


AzureReachabilityReportLatencyInfo コンストラクター

定義

オーバーロード

AzureReachabilityReportLatencyInfo()

AzureReachabilityReportLatencyInfo クラスの新しいインスタンスを初期化します。

AzureReachabilityReportLatencyInfo(Nullable<DateTime>, Nullable<Int32>)

AzureReachabilityReportLatencyInfo クラスの新しいインスタンスを初期化します。

AzureReachabilityReportLatencyInfo()

AzureReachabilityReportLatencyInfo クラスの新しいインスタンスを初期化します。

public AzureReachabilityReportLatencyInfo ();
Public Sub New ()

適用対象

AzureReachabilityReportLatencyInfo(Nullable<DateTime>, Nullable<Int32>)

AzureReachabilityReportLatencyInfo クラスの新しいインスタンスを初期化します。

public AzureReachabilityReportLatencyInfo (DateTime? timeStamp = default, int? score = default);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLatencyInfo : Nullable<DateTime> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLatencyInfo
Public Sub New (Optional timeStamp As Nullable(Of DateTime) = Nothing, Optional score As Nullable(Of Integer) = Nothing)

パラメーター

timeStamp
Nullable<DateTime>

タイム スタンプ。

score
Nullable<Int32>

1 から 100 までの相対的な待機時間スコア。接続速度が高いことを示す値が大きくなります。

適用対象