Compartilhar via


ReportsOperationsExtensions.GetTimeseries Method

Definition

Gets a Timeseries for a given Experiment

public static Microsoft.Azure.Management.FrontDoor.Models.Timeseries GetTimeseries (this Microsoft.Azure.Management.FrontDoor.IReportsOperations operations, string resourceGroupName, string profileName, string experimentName, DateTime startDateTimeUTC, DateTime endDateTimeUTC, string aggregationInterval, string timeseriesType, string endpoint = default, string country = default);
static member GetTimeseries : Microsoft.Azure.Management.FrontDoor.IReportsOperations * string * string * string * DateTime * DateTime * string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.Timeseries
<Extension()>
Public Function GetTimeseries (operations As IReportsOperations, 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) As Timeseries

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

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

Returns

Applies to