RecommendedAction.RevertActionStartTime Property

Definition

Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to