Compartilhar via


IReportsOperations.GetTimeseriesWithHttpMessagesAsync Method

Definition

Gets a Timeseries for a given Experiment

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.FrontDoor.Models.Timeseries>> GetTimeseriesWithHttpMessagesAsync (string resourceGroupName, string profileName, string experimentName, DateTime startDateTimeUTC, DateTime endDateTimeUTC, string aggregationInterval, string timeseriesType, string endpoint = default, string country = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeseriesWithHttpMessagesAsync : string * string * string * DateTime * DateTime * 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.Timeseries>>
Public Function GetTimeseriesWithHttpMessagesAsync (resourceGroupName As String, profileName As String, experimentName As String, startDateTimeUTC As DateTime, endDateTimeUTC As DateTime, aggregationInterval As String, timeseriesType As String, Optional endpoint 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 Timeseries))

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

startDateTimeUTC
DateTime

The start DateTime of the Timeseries in UTC

endDateTimeUTC
DateTime

The end DateTime of the Timeseries in UTC

aggregationInterval
String

The aggregation interval of the Timeseries

timeseriesType
String

The type of Timeseries

endpoint
String

The specific endpoint

country
String

The country associated with the Timeseries. 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 Timeseries for a given Experiment

Applies to