Share via


BackupRequest.Enabled Property

 

Optional. Valid only for a backup schedule (can be Null for on-demand backups). True if enabled; false if disabled (no backups will be performed).

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

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

Return to top