FrontDoorExperimentResource.GetTimeSeriesReport 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.
Overloads
GetTimeSeriesReport(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken) |
Gets a Timeseries for a given Experiment
|
GetTimeSeriesReport(DateTimeOffset, DateTimeOffset, FrontDoorTimeSeriesAggregationInterval, FrontDoorTimeSeriesType, String, String, CancellationToken) |
Gets a Timeseries for a given Experiment
|
GetTimeSeriesReport(FrontDoorExperimentResourceGetTimeSeriesReportOptions, CancellationToken)
Gets a Timeseries for a given Experiment
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments/{experimentName}/Timeseries
- Operation Id: Reports_GetTimeseries
- Default Api Version: 2019-11-01
public virtual Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo> GetTimeSeriesReport (Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTimeSeriesReport : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>
override this.GetTimeSeriesReport : Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentResourceGetTimeSeriesReportOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>
Public Overridable Function GetTimeSeriesReport (options As FrontDoorExperimentResourceGetTimeSeriesReportOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of FrontDoorTimeSeriesInfo)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
options
is null.
Applies to
GetTimeSeriesReport(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: Reports_GetTimeseries
public virtual Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo> GetTimeSeriesReport (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 GetTimeSeriesReport : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>
override this.GetTimeSeriesReport : DateTimeOffset * DateTimeOffset * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesAggregationInterval * Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo>
Public Overridable Function GetTimeSeriesReport (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 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
Azure SDK for .NET