Dela via


ArmFrontDoorModelFactory.LatencyMetric Method

Definition

Initializes a new instance of LatencyMetric.

public static Azure.ResourceManager.FrontDoor.Models.LatencyMetric LatencyMetric (string name = default, DateTimeOffset? endOn = default, float? aValue = default, float? bValue = default, float? delta = default, float? deltaPercent = default, float? acLower95CI = default, float? ahUpper95CI = default, float? bcLower95CI = default, float? bUpper95CI = default);
static member LatencyMetric : string * Nullable<DateTimeOffset> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> * Nullable<single> -> Azure.ResourceManager.FrontDoor.Models.LatencyMetric
Public Shared Function LatencyMetric (Optional name As String = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional aValue As Nullable(Of Single) = Nothing, Optional bValue As Nullable(Of Single) = Nothing, Optional delta As Nullable(Of Single) = Nothing, Optional deltaPercent As Nullable(Of Single) = Nothing, Optional acLower95CI As Nullable(Of Single) = Nothing, Optional ahUpper95CI As Nullable(Of Single) = Nothing, Optional bcLower95CI As Nullable(Of Single) = Nothing, Optional bUpper95CI As Nullable(Of Single) = Nothing) As LatencyMetric

Parameters

name
String

The name of the Latency Metric.

endOn
Nullable<DateTimeOffset>

The end time of the Latency Scorecard in UTC.

aValue
Nullable<Single>

The metric value of the A endpoint.

bValue
Nullable<Single>

The metric value of the B endpoint.

delta
Nullable<Single>

The difference in value between endpoint A and B.

deltaPercent
Nullable<Single>

The percent difference between endpoint A and B.

acLower95CI
Nullable<Single>

The lower end of the 95% confidence interval for endpoint A.

ahUpper95CI
Nullable<Single>

The upper end of the 95% confidence interval for endpoint A.

bcLower95CI
Nullable<Single>

The lower end of the 95% confidence interval for endpoint B.

bUpper95CI
Nullable<Single>

The upper end of the 95% confidence interval for endpoint B.

Returns

A new LatencyMetric instance for mocking.

Applies to