BackupSchedule.FrequencyUnit Property
Optional. Units for FrequencyInterval - e.g. Day or Hour
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public FrequencyUnit FrequencyUnit { get; set; }
public:
property FrequencyUnit FrequencyUnit {
FrequencyUnit get();
void set(FrequencyUnit value);
}
member FrequencyUnit : FrequencyUnit with get, set
Public Property FrequencyUnit As FrequencyUnit
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models.FrequencyUnit
See Also
BackupSchedule Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top