Udostępnij za pośrednictwem


ReportsOperationsExtensions.GetLatencyScorecards Method

Definition

Gets a Latency Scorecard for a given Experiment

public static Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard GetLatencyScorecards (this Microsoft.Azure.Management.FrontDoor.IReportsOperations operations, string resourceGroupName, string profileName, string experimentName, string aggregationInterval, string endDateTimeUTC = default, string country = default);
static member GetLatencyScorecards : Microsoft.Azure.Management.FrontDoor.IReportsOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard
<Extension()>
Public Function GetLatencyScorecards (operations As IReportsOperations, resourceGroupName As String, profileName As String, experimentName As String, aggregationInterval As String, Optional endDateTimeUTC As String = Nothing, Optional country As String = Nothing) As LatencyScorecard

Parameters

operations
IReportsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

profileName
String

The Profile identifier associated with the Tenant and Partner

experimentName
String

The Experiment identifier associated with the Experiment

aggregationInterval
String

The aggregation interval of the Latency Scorecard

endDateTimeUTC
String

The end DateTime 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

Returns

Applies to