RecommendedAction.ObservedImpact Property

Definition

Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change

[Newtonsoft.Json.JsonProperty(PropertyName="properties.observedImpact")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactRecord> ObservedImpact { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.observedImpact")>]
member this.ObservedImpact : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactRecord>
Public ReadOnly Property ObservedImpact As IList(Of RecommendedActionImpactRecord)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to