Backup2023_07_01.UseExistingSnapshot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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