Share via


WebSiteGetBackupConfigurationResponse.Databases Property

 

Optional. Database settings for backup.

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

Syntax

public IList<DatabaseBackupSetting> Databases { get; set; }
public:
property IList<DatabaseBackupSetting^>^ Databases {
    IList<DatabaseBackupSetting^>^ get();
    void set(IList<DatabaseBackupSetting^>^ value);
}
member Databases : IList<DatabaseBackupSetting> with get, set
Public Property Databases As IList(Of DatabaseBackupSetting)

Property Value

Type: System.Collections.Generic.IList<DatabaseBackupSetting>

See Also

WebSiteGetBackupConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top