LatencyScorecard 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 the LatencyScorecard
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardTypeConverter))]
public class LatencyScorecard : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyScorecard, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyScorecardTypeConverter))>]
type LatencyScorecard = class
interface ILatencyScorecard
interface IJsonSerializable
interface IResource
interface IValidates
Public Class LatencyScorecard
Implements ILatencyScorecard, IValidates
- Inheritance
-
LatencyScorecard
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LatencyScorecard() |
Creates an new LatencyScorecard 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 |
Resource ID. |
| LatencyMetric |
The latency metrics of the Latency Scorecard |
| Location |
Resource location. |
| Name |
Resource name. |
| PropertiesId |
The unique identifier of the Latency Scorecard |
| PropertiesName |
The name of the Latency Scorecard |
| ResourceGroupName |
Gets the resource group name |
| StartDateTimeUtc |
The start time of the Latency Scorecard in UTC |
| Tag |
Resource tags. |
| Type |
Resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LatencyScorecard. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LatencyScorecard. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyScorecard. |
| FromJsonString(String) |
Creates a new instance of LatencyScorecard, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LatencyScorecard into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |