Megosztás a következőn keresztül:


BackupFilter.CreatedTime Property

Definition

Gets or sets specifies the creation time of the backups to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to