LatencyScorecardProperties Class
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.
Defines a the properties of a Latency Scorecard
public class LatencyScorecardProperties
type LatencyScorecardProperties = class
Public Class LatencyScorecardProperties
- Inheritance
-
LatencyScorecardProperties
Constructors
LatencyScorecardProperties() |
Initializes a new instance of the LatencyScorecardProperties class. |
LatencyScorecardProperties(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<LatencyMetric>) |
Initializes a new instance of the LatencyScorecardProperties class. |
Properties
Country |
Gets the country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html |
Description |
Gets the description of the Latency Scorecard |
EndDateTimeUtc |
Gets the end time of the Latency Scorecard in UTC |
EndpointA |
Gets the A endpoint in the scorecard |
EndpointB |
Gets the B endpoint in the scorecard |
Id |
Gets the unique identifier of the Latency Scorecard |
LatencyMetrics |
Gets or sets the latency metrics of the Latency Scorecard |
Name |
Gets the name of the Latency Scorecard |
StartDateTimeUtc |
Gets the start time of the Latency Scorecard in UTC |