Share via


AlertProperties.RemediationSteps Property

Definition

Gets manual action items to take to remediate the alert.

[Newtonsoft.Json.JsonProperty(PropertyName="remediationSteps")]
public System.Collections.Generic.IList<string> RemediationSteps { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="remediationSteps")>]
member this.RemediationSteps : System.Collections.Generic.IList<string>
Public ReadOnly Property RemediationSteps As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to