BackupItemInner.Scheduled Property

Definition

Gets true if this backup has been created due to a schedule being triggered.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to