ILatencyScorecard 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.LatencyScorecardTypeConverter))]
public interface ILatencyScorecard : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardTypeConverter))>]
type ILatencyScorecard = interface
interface IJsonSerializable
interface IResource
Public Interface ILatencyScorecard
Implements IResource
- 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 |
Resource ID. (Inherited from IResource) |
| LatencyMetric |
The latency metrics of the Latency Scorecard |
| Location |
Resource location. (Inherited from IResource) |
| Name |
Resource name. (Inherited from IResource) |
| PropertiesId |
The unique identifier of the Latency Scorecard |
| PropertiesName |
The name of the Latency Scorecard |
| StartDateTimeUtc |
The start time of the Latency Scorecard in UTC |
| Tag |
Resource tags. (Inherited from IResource) |
| Type |
Resource type. (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |