DatabaseBackupSetting Class

 

A specific backup.

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

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

public ref class DatabaseBackupSetting 

NameDescription
System_CAPS_pubmethodDatabaseBackupSetting()

Initializes a new instance of the DatabaseBackupSetting class.

NameDescription
System_CAPS_pubpropertyConnectionString

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_pubpropertyConnectionStringName

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_pubpropertyDatabaseType

Optional. The database type (either SqlAzure or MySql)

System_CAPS_pubpropertyName

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: