BackupSchedule.FrequencyInterval Property
Optional. The frequency of backups.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public int FrequencyInterval { get; set; }
public:
property int FrequencyInterval {
int get();
void set(int value);
}
member FrequencyInterval : int with get, set
Public Property FrequencyInterval As Integer
Property Value
Type: System.Int32
See Also
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top