次の方法で共有


AutomaticTuningOptions.ReasonDesc プロパティ

定義

必要と実際の状態が異なる場合は、理由の説明を取得します。 使用できる値は、'Default'、'Disabled'、'AutoConfigured'、'InheritedFromServer'、'QueryStoreOff'、'QueryStoreReadOnly'、'NotSupported' です。

[Newtonsoft.Json.JsonProperty(PropertyName="reasonDesc")]
public Microsoft.Azure.Management.Sql.Models.AutomaticTuningDisabledReason? ReasonDesc { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reasonDesc")>]
member this.ReasonDesc : Nullable<Microsoft.Azure.Management.Sql.Models.AutomaticTuningDisabledReason>
Public ReadOnly Property ReasonDesc As Nullable(Of AutomaticTuningDisabledReason)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象