Sdílet prostřednictvím


LatencyScorecard Constructors

Definition

Overloads

LatencyScorecard()

Initializes a new instance of the LatencyScorecard class.

LatencyScorecard(String, String, String, String, IDictionary<String, String>, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<LatencyMetric>)

Initializes a new instance of the LatencyScorecard class.

LatencyScorecard()

Initializes a new instance of the LatencyScorecard class.

public LatencyScorecard ();
Public Sub New ()

Applies to

LatencyScorecard(String, String, String, String, IDictionary<String, String>, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<LatencyMetric>)

Initializes a new instance of the LatencyScorecard class.

public LatencyScorecard (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string propertiesId = default, string propertiesName = 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.LatencyScorecard : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * 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.LatencyScorecard
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional propertiesId As String = Nothing, Optional propertiesName 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

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

propertiesId
String

The unique identifier of the Latency Scorecard

propertiesName
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