VirtualMachineSoftwarePatchProperties.LastModifiedDateTime プロパティ

定義

このパッチ レコードの最後の更新プログラムの UTC タイムスタンプを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedDateTime")]
public DateTime? LastModifiedDateTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastModifiedDateTime")>]
member this.LastModifiedDateTime : Nullable<DateTime>
Public ReadOnly Property LastModifiedDateTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象