次の方法で共有


RecommendedAction.ObservedImpact プロパティ

定義

この推奨されるアクション (実際の CPU ゲイン、実際のディスク領域の変更など) の観測/実際の影響情報を取得します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象