GetMetricSeriesDataOptions(DateTimeOffset, DateTimeOffset) Constructor

Definition

Initializes a new instance of the GetMetricSeriesDataOptions class.

public GetMetricSeriesDataOptions (DateTimeOffset startsOn, DateTimeOffset endsOn);
new Azure.AI.MetricsAdvisor.GetMetricSeriesDataOptions : DateTimeOffset * DateTimeOffset -> Azure.AI.MetricsAdvisor.GetMetricSeriesDataOptions
Public Sub New (startsOn As DateTimeOffset, endsOn As DateTimeOffset)

Parameters

startsOn
DateTimeOffset

Filters the result. Only data points ingested from this point in time, in UTC, will be returned.

endsOn
DateTimeOffset

Filters the result. Only data points ingested up to this point in time, in UTC, will be returned.

Applies to