FrontDoorExperimentResource.GetTimeSeriesReportAsync Method

Definition

Overloads

Name Description
GetTimeSeriesReportAsync(DateTimeOffset, DateTimeOffset, FrontDoorTimeSeriesAggregationInterval, FrontDoorTimeSeriesType, String, String, CancellationToken)

Gets a Timeseries for a given Experiment

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/timeseries.
  • Operation Id. : Experiments_GetTimeseries.
  • Default Api Version. : 2025-11-01.
  • Resource. : FrontDoorExperimentResource.
GetTimeSeriesReportAsync(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken)

Gets a Timeseries for a given Experiment.

GetTimeSeriesReportAsync(DateTimeOffset, DateTimeOffset, FrontDoorTimeSeriesAggregationInterval, FrontDoorTimeSeriesType, String, String, CancellationToken)

Source:
FrontDoorExperimentResource.cs
Source:
FrontDoorExperimentResource.cs

Gets a Timeseries for a given Experiment

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/timeseries.
  • Operation Id. : Experiments_GetTimeseries.
  • Default Api Version. : 2025-11-01.
  • Resource. : FrontDoorExperimentResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>> GetTimeSeriesReportAsync(DateTimeOffset startOn, DateTimeOffset endOn, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval aggregationInterval, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType timeSeriesType, string endpoint = default, string country = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeSeriesReportAsync : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
override this.GetTimeSeriesReportAsync : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
Public Overridable Function GetTimeSeriesReportAsync (startOn As DateTimeOffset, endOn As DateTimeOffset, aggregationInterval As FrontDoorTimeSeriesAggregationInterval, timeSeriesType As FrontDoorTimeSeriesType, Optional endpoint As String = Nothing, Optional country As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorTimeSeriesInfo))

Parameters

startOn
DateTimeOffset

The start DateTime of the Timeseries in UTC.

endOn
DateTimeOffset

The end DateTime of the Timeseries in UTC.

aggregationInterval
FrontDoorTimeSeriesAggregationInterval

The aggregation interval of the Timeseries.

timeSeriesType
FrontDoorTimeSeriesType

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to

GetTimeSeriesReportAsync(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken)

Source:
FrontDoorExperimentResource.cs
Source:
FrontDoorExperimentResource.cs

Gets a Timeseries for a given Experiment.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>> GetTimeSeriesReportAsync(Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeSeriesReportAsync : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
override this.GetTimeSeriesReportAsync : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>>
Public Overridable Function GetTimeSeriesReportAsync (options As FrontDoorExperimentResourceGetTimeSeriesReportOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FrontDoorTimeSeriesInfo))

Parameters

options
FrontDoorExperimentResourceGetTimeSeriesReportOptions

The options object containing the parameters for the request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

options is null.

Applies to