Share via


RecommendedElasticPoolMetric.DateTime Property

Definition

Gets or sets the time of metric (ISO8601 format).

[Newtonsoft.Json.JsonProperty(PropertyName="dateTime")]
public DateTime? DateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dateTime")>]
member this.DateTime : Nullable<DateTime> with get, set
Public Property DateTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to