Share via


LatencyMetric Class

Definition

Defines the properties of a latency metric used in the latency scorecard.

public class LatencyMetric : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.LatencyMetric>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.LatencyMetric>
public class LatencyMetric
type LatencyMetric = class
    interface IJsonModel<LatencyMetric>
    interface IPersistableModel<LatencyMetric>
type LatencyMetric = class
Public Class LatencyMetric
Implements IJsonModel(Of LatencyMetric), IPersistableModel(Of LatencyMetric)
Public Class LatencyMetric
Inheritance
LatencyMetric
Implements

Constructors

LatencyMetric()

Initializes a new instance of LatencyMetric.

Properties

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.

EndOn

The end time of the Latency Scorecard in UTC.

Name

The name of the Latency Metric.

Explicit Interface Implementations

IJsonModel<LatencyMetric>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LatencyMetric>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LatencyMetric>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LatencyMetric>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LatencyMetric>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to