ArmFrontDoorModelFactory.LatencyMetric Method
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.
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.
Returns
A new LatencyMetric instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET