次の方法で共有


LastMitigationActionOnJob.ActionDateTimeInUtc プロパティ

定義

実行されたアクションの日時を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="actionDateTimeInUtc")]
public DateTime? ActionDateTimeInUtc { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="actionDateTimeInUtc")>]
member this.ActionDateTimeInUtc : Nullable<DateTime> with get, set
Public Property ActionDateTimeInUtc As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象