Udostępnij za pośrednictwem


ReportsOperationsExtensions.GetLatencyScorecardsAsync Method

Definition

Gets a Latency Scorecard for a given Experiment

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard> GetLatencyScorecardsAsync (this Microsoft.Azure.Management.FrontDoor.IReportsOperations operations, string resourceGroupName, string profileName, string experimentName, string aggregationInterval, string endDateTimeUTC = default, string country = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLatencyScorecardsAsync : Microsoft.Azure.Management.FrontDoor.IReportsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard>
<Extension()>
Public Function GetLatencyScorecardsAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to