Share via


RestoreRequest.Overwrite Property

Optional. True if the restore operation will be used for overwrite an existing site; false otherwise.

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As RestoreRequest
Dim value As Boolean

value = instance.Overwrite

instance.Overwrite = value

Syntax

'Declaration
Public Property Overwrite As Boolean
public bool Overwrite { get; set; }
public:
property bool Overwrite {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Overwrite ()

/** @property */
public void set_Overwrite (boolean value)
public function get Overwrite () : boolean

public function set Overwrite (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

RestoreRequest Class
RestoreRequest Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace