Sdílet prostřednictvím


VolumeFailoverMetadata.BackupCreatedDate Property

Definition

Gets or sets the date at which the snapshot was taken.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to