Share via


Backup.UseExistingSnapshot Property

Definition

Gets or sets manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups

[Newtonsoft.Json.JsonProperty(PropertyName="properties.useExistingSnapshot")]
public bool? UseExistingSnapshot { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.useExistingSnapshot")>]
member this.UseExistingSnapshot : Nullable<bool> with get, set
Public Property UseExistingSnapshot As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to