ILatencyScorecardProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardPropertiesTypeConverter))]
public interface ILatencyScorecardProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardPropertiesTypeConverter))>]
type ILatencyScorecardProperties = interface
interface IJsonSerializable
Public Interface ILatencyScorecardProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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 |
| Description |
The description of the Latency Scorecard |
| EndDateTimeUtc |
The end time of the Latency Scorecard in UTC |
| EndpointA |
The A endpoint in the scorecard |
| EndpointB |
The B endpoint in the scorecard |
| Id |
The unique identifier of the Latency Scorecard |
| LatencyMetric |
The latency metrics of the Latency Scorecard |
| Name |
The name of the Latency Scorecard |
| StartDateTimeUtc |
The start time of the Latency Scorecard in UTC |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |