IReportsOperations.GetLatencyScorecardsWithHttpMessagesAsync 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.
Gets a Latency Scorecard for a given Experiment
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard>> GetLatencyScorecardsWithHttpMessagesAsync (string resourceGroupName, string profileName, string experimentName, string aggregationInterval, string endDateTimeUTC = default, string country = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLatencyScorecardsWithHttpMessagesAsync : string * string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.FrontDoor.Models.LatencyScorecard>>
Public Function GetLatencyScorecardsWithHttpMessagesAsync (resourceGroupName As String, profileName As String, experimentName As String, aggregationInterval As String, Optional endDateTimeUTC As String = Nothing, Optional country As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of LatencyScorecard))
Parameters
- 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
- customHeaders
- Dictionary<String,List<String>>
The headers that will be added to request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Exceptions
Thrown when the operation returned an invalid status code
Thrown when unable to deserialize the response
Remarks
Gets a Latency Scorecard for a given Experiment