Share via


RecommendedAction.RevertActionInitiatedBy Property

Definition

Gets if approval for reverting this recommended action was given by user/system. Possible values include: 'User', 'System'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.revertActionInitiatedBy")]
public Microsoft.Azure.Management.Sql.Models.RecommendedActionInitiatedBy? RevertActionInitiatedBy { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.revertActionInitiatedBy")>]
member this.RevertActionInitiatedBy : Nullable<Microsoft.Azure.Management.Sql.Models.RecommendedActionInitiatedBy>
Public ReadOnly Property RevertActionInitiatedBy As Nullable(Of RecommendedActionInitiatedBy)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to