DatabaseBackupSetting Class
A specific backup.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
| Name | Description | |
|---|---|---|
![]() | DatabaseBackupSetting() | Initializes a new instance of the DatabaseBackupSetting class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | ConnectionStringName | Optional. Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.This is used during restore with overwrite connection strings options. |
![]() | DatabaseType | Optional. The database type (either SqlAzure or MySql) |
![]() | Name |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


