| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FrequencyUnit | 
BackupSchedule.frequencyUnit()
Get the unit of time for how often the backup should be executed (e.g. 
 | 
static FrequencyUnit | 
FrequencyUnit.fromString(String value)
Parses a serialized value to a FrequencyUnit instance. 
 | 
static FrequencyUnit | 
FrequencyUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FrequencyUnit[] | 
FrequencyUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BackupSchedule | 
BackupSchedule.withFrequencyUnit(FrequencyUnit frequencyUnit)
Set the unit of time for how often the backup should be executed (e.g. 
 | 
Copyright © 2019. All rights reserved.