次の方法で共有


VolumeFailoverMetadata.BackupCreatedDate プロパティ

定義

スナップショットが取得された日付を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象