次の方法で共有


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

適用対象