AzureReachabilityReportLatencyInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureReachabilityReportLatencyInfo() |
Initializes a new instance of the AzureReachabilityReportLatencyInfo class. |
AzureReachabilityReportLatencyInfo(Nullable<DateTime>, Nullable<Int32>) |
Initializes a new instance of the AzureReachabilityReportLatencyInfo class. |
AzureReachabilityReportLatencyInfo()
Initializes a new instance of the AzureReachabilityReportLatencyInfo class.
public AzureReachabilityReportLatencyInfo ();
Public Sub New ()
Applies to
AzureReachabilityReportLatencyInfo(Nullable<DateTime>, Nullable<Int32>)
Initializes a new instance of the AzureReachabilityReportLatencyInfo class.
public AzureReachabilityReportLatencyInfo (DateTime? timeStamp = default, int? score = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLatencyInfo : Nullable<DateTime> * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLatencyInfo
Public Sub New (Optional timeStamp As Nullable(Of DateTime) = Nothing, Optional score As Nullable(Of Integer) = Nothing)
Parameters
The relative latency score between 1 and 100, higher values indicating a faster connection.