ILatencyScorecardProperties Interface

Definition

[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)

Applies to