次の方法で共有


GenericRecoveryPoint.RecoveryPointTime プロパティ

定義

このバックアップ コピーが作成された時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象