LatencyMetric 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 properties of a latency metric used in the latency scorecard
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyMetricTypeConverter))]
public class LatencyMetric : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.LatencyMetricTypeConverter))>]
type LatencyMetric = class
interface ILatencyMetric
interface IJsonSerializable
Public Class LatencyMetric
Implements ILatencyMetric
- Inheritance
-
LatencyMetric
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LatencyMetric() |
Creates an new LatencyMetric instance. |
Properties
| Name | Description |
|---|---|
| AcLower95Ci |
The lower end of the 95% confidence interval for endpoint A |
| AhUpper95Ci |
The upper end of the 95% confidence interval for endpoint A |
| AValue |
The metric value of the A endpoint |
| BcLower95Ci |
The lower end of the 95% confidence interval for endpoint B |
| BUpper95Ci |
The upper end of the 95% confidence interval for endpoint B |
| BValue |
The metric value of the B endpoint |
| Delta |
The difference in value between endpoint A and B |
| DeltaPercent |
The percent difference between endpoint A and B |
| EndDateTimeUtc |
The end time of the Latency Scorecard in UTC |
| Name |
The name of the Latency Metric |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LatencyMetric. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LatencyMetric. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILatencyMetric. |
| FromJsonString(String) |
Creates a new instance of LatencyMetric, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LatencyMetric into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |