Uses of Enum Class
com.microsoft.azure.management.appservice.FrequencyUnit
Packages that use FrequencyUnit
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of FrequencyUnit in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return FrequencyUnitModifier and TypeMethodDescriptionBackupSchedule.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
Returns the enum constant of this class with the specified name.static FrequencyUnit[]
FrequencyUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type FrequencyUnitModifier and TypeMethodDescriptionBackupSchedule.withFrequencyUnit
(FrequencyUnit frequencyUnit) Set the unit of time for how often the backup should be executed (e.g.