LatencyScorecardProperties Class
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.
Defines a the properties of a Latency Scorecard
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardPropertiesTypeConverter))]
public class LatencyScorecardProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyScorecardProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardPropertiesTypeConverter))>]
type LatencyScorecardProperties = class
interface ILatencyScorecardProperties
interface IJsonSerializable
Public Class LatencyScorecardProperties
Implements ILatencyScorecardProperties
- Inheritance
-
LatencyScorecardProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LatencyScorecardProperties() |
Creates an new LatencyScorecardProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LatencyScorecardProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LatencyScorecardProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyScorecardProperties. |
| FromJsonString(String) |
Creates a new instance of LatencyScorecardProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LatencyScorecardProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |