Share via


Advisor.LastChecked Property

Definition

Gets the time when the current resource was analyzed for recommendations by this advisor.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastChecked")]
public DateTime? LastChecked { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastChecked")>]
member this.LastChecked : Nullable<DateTime>
Public ReadOnly Property LastChecked As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to