Share via


WebSiteGetBackupConfigurationResponse.Enabled Property

 

Optional. True if this schedule is enabled and periodically executed; otherwise, false.

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

Syntax

public Nullable<bool> Enabled { get; set; }
public:
property Nullable<bool> Enabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

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

Return to top