Uses of Class
com.microsoft.azure.management.appservice.FrequencyUnit
-
-
Uses of FrequencyUnit in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return FrequencyUnit Modifier and Type Method Description FrequencyUnitBackupSchedule. frequencyUnit()Get the unit of time for how often the backup should be executed (e.g.static FrequencyUnitFrequencyUnit. fromString(String value)Parses a serialized value to a FrequencyUnit instance.static FrequencyUnitFrequencyUnit. 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.Methods in com.microsoft.azure.management.appservice with parameters of type FrequencyUnit Modifier and Type Method Description BackupScheduleBackupSchedule. withFrequencyUnit(FrequencyUnit frequencyUnit)Set the unit of time for how often the backup should be executed (e.g.
-