你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LatencyScorecardProperties Class

Definition

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

Applies to