Aracılığıyla paylaş


LatencyScorecardProperties Constructors

Definition

Overloads

LatencyScorecardProperties()

Initializes a new instance of the LatencyScorecardProperties class.

LatencyScorecardProperties(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<LatencyMetric>)

Initializes a new instance of the LatencyScorecardProperties class.

LatencyScorecardProperties()

Initializes a new instance of the LatencyScorecardProperties class.

public LatencyScorecardProperties ();
Public Sub New ()

Applies to

LatencyScorecardProperties(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<LatencyMetric>)

Initializes a new instance of the LatencyScorecardProperties class.

public LatencyScorecardProperties (string id = default, string name = default, string description = default, string endpointA = default, string endpointB = default, DateTime? startDateTimeUtc = default, DateTime? endDateTimeUtc = default, string country = default, System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.LatencyMetric> latencyMetrics = default);
new Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecardProperties : string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.FrontDoor.Models.LatencyMetric> -> Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecardProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional endpointA As String = Nothing, Optional endpointB As String = Nothing, Optional startDateTimeUtc As Nullable(Of DateTime) = Nothing, Optional endDateTimeUtc As Nullable(Of DateTime) = Nothing, Optional country As String = Nothing, Optional latencyMetrics As IList(Of LatencyMetric) = Nothing)

Parameters

id
String

The unique identifier of the Latency Scorecard

name
String

The name of the Latency Scorecard

description
String

The description of the Latency Scorecard

endpointA
String

The A endpoint in the scorecard

endpointB
String

The B endpoint in the scorecard

startDateTimeUtc
Nullable<DateTime>

The start time of the Latency Scorecard in UTC

endDateTimeUtc
Nullable<DateTime>

The end time of the Latency Scorecard in UTC

country
String

The country associated with the Latency Scorecard. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html

latencyMetrics
IList<LatencyMetric>

The latency metrics of the Latency Scorecard

Applies to