Share via


DatabaseBackupSetting Class

 

A specific backup.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.DatabaseBackupSetting

Syntax

public class DatabaseBackupSetting
public ref class DatabaseBackupSetting 
type DatabaseBackupSetting = class end
Public Class DatabaseBackupSetting

Constructors

Name Description
System_CAPS_pubmethod DatabaseBackupSetting()

Initializes a new instance of the DatabaseBackupSetting class.

Properties

Name Description
System_CAPS_pubproperty ConnectionString

Optional. Contains a connection string to a database which is being backed up/restored. If the restore should happen to a new database, the database name inside is the new one.

System_CAPS_pubproperty ConnectionStringName

Optional. Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.This is used during restore with overwrite connection strings options.

System_CAPS_pubproperty DatabaseType

Optional. The database type (either SqlAzure or MySql)

System_CAPS_pubproperty Name

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top