你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecommendedAction.EstimatedImpact 属性

定义

获取此建议操作的估计影响信息,例如估计的 CPU 增益、估计的磁盘空间更改

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于