次の方法で共有


RecommendedAction.RevertActionInitiatedBy プロパティ

定義

この推奨されるアクションを元に戻す承認がユーザーまたはシステムによって与えられたかどうかを取得します。 使用可能な値は次のとおりです: 'User'、'System'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象