Sdílet prostřednictvím


Volume_2022_11_01.DeleteBaseSnapshot Property

Definition

Gets or sets if enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to