RecommendedAction.EstimatedImpact Property

Definition

Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to