Uses of Class
com.azure.resourcemanager.appservice.models.FrequencyUnit
-
Packages that use FrequencyUnit Package Description com.azure.resourcemanager.appservice.models 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 FrequencyUnit Modifier and Type Method Description FrequencyUnitBackupSchedule. frequencyUnit()Get the frequencyUnit property: 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.azure.resourcemanager.appservice.models with parameters of type FrequencyUnit Modifier and Type Method Description BackupScheduleBackupSchedule. withFrequencyUnit(FrequencyUnit frequencyUnit)Set the frequencyUnit property: The unit of time for how often the backup should be executed (e.g.
-