RestoreRequestInner.Overwrite Property

Definition

Gets or sets <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to