Uses of Enum
com.azure.resourcemanager.appservice.models.FrequencyUnit
Packages that use FrequencyUnit
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FrequencyUnit in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FrequencyUnitModifier and TypeMethodDescriptionBackupSchedule.frequencyUnit()
Get the frequencyUnit property: The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7).static FrequencyUnit
FrequencyUnit.fromString
(String value) Parses a serialized value to a FrequencyUnit instance.static FrequencyUnit
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.azure.resourcemanager.appservice.models with parameters of type FrequencyUnitModifier and TypeMethodDescriptionBackupSchedule.withFrequencyUnit
(FrequencyUnit frequencyUnit) Set the frequencyUnit property: The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7).