MetricsQueryOptions.TimeRange Property
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.
Gets or sets the timespan over which the metric will be queried.
public Azure.Monitor.Query.QueryTimeRange? TimeRange { get; set; }
member this.TimeRange : Nullable<Azure.Monitor.Query.QueryTimeRange> with get, set
Public Property TimeRange As Nullable(Of QueryTimeRange)