Share via


PoolListUsageMetricsOptions.EndTime Property

Definition

Gets or sets the latest time from which to include metrics. This must be at least two hours before the current time. If not specified this defaults to the end time of the last aggregation interval currently available.

[Newtonsoft.Json.JsonIgnore]
public DateTime? EndTime { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to