LatencyScorecard interface
Defines the LatencyScorecard
- Extends
Properties
| country | The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html NOTE: This property will not be serialized. It can only be populated by the server. |
| description | The description of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server. |
| end |
The end time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server. |
| endpointA | The A endpoint in the scorecard NOTE: This property will not be serialized. It can only be populated by the server. |
| endpointB | The B endpoint in the scorecard NOTE: This property will not be serialized. It can only be populated by the server. |
| id |
The unique identifier of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server. |
| latency |
The latency metrics of the Latency Scorecard |
| name |
The name of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
The start time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| location | Resource location. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Resource tags. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
country
The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html NOTE: This property will not be serialized. It can only be populated by the server.
country?: string
Property Value
string
description
The description of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
endDateTimeUTC
The end time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server.
endDateTimeUTC?: Date
Property Value
Date
endpointA
The A endpoint in the scorecard NOTE: This property will not be serialized. It can only be populated by the server.
endpointA?: string
Property Value
string
endpointB
The B endpoint in the scorecard NOTE: This property will not be serialized. It can only be populated by the server.
endpointB?: string
Property Value
string
idPropertiesId
The unique identifier of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server.
idPropertiesId?: string
Property Value
string
latencyMetrics
The latency metrics of the Latency Scorecard
latencyMetrics?: LatencyMetric[]
Property Value
namePropertiesName
The name of the Latency Scorecard NOTE: This property will not be serialized. It can only be populated by the server.
namePropertiesName?: string
Property Value
string
startDateTimeUTC
The start time of the Latency Scorecard in UTC NOTE: This property will not be serialized. It can only be populated by the server.
startDateTimeUTC?: Date
Property Value
Date
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type