次の方法で共有


BackupItemInner.LastRestoreTimeStamp プロパティ

定義

このバックアップを使用した最後の復元操作のタイムスタンプを取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象