Class RetentionScheduleFormat
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<RetentionScheduleFormat>
-
- com.azure.resourcemanager.recoveryservicesbackup.models.RetentionScheduleFormat
-
public final class RetentionScheduleFormat extends com.azure.core.util.ExpandableStringEnum<RetentionScheduleFormat>
Defines values for RetentionScheduleFormat.
-
-
Field Summary
Fields Modifier and Type Field Description static RetentionScheduleFormat
DAILY
Static value Daily for RetentionScheduleFormat.static RetentionScheduleFormat
INVALID
Static value Invalid for RetentionScheduleFormat.static RetentionScheduleFormat
WEEKLY
Static value Weekly for RetentionScheduleFormat.
-
Constructor Summary
Constructors Constructor Description RetentionScheduleFormat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RetentionScheduleFormat
fromString(String name)
Creates or finds a RetentionScheduleFormat from its string representation.static Collection<RetentionScheduleFormat>
values()
Gets known RetentionScheduleFormat values.
-
-
-
Field Detail
-
INVALID
public static final RetentionScheduleFormat INVALID
Static value Invalid for RetentionScheduleFormat.
-
DAILY
public static final RetentionScheduleFormat DAILY
Static value Daily for RetentionScheduleFormat.
-
WEEKLY
public static final RetentionScheduleFormat WEEKLY
Static value Weekly for RetentionScheduleFormat.
-
-
Method Detail
-
fromString
public static RetentionScheduleFormat fromString(String name)
Creates or finds a RetentionScheduleFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RetentionScheduleFormat.
-
values
public static Collection<RetentionScheduleFormat> values()
Gets known RetentionScheduleFormat values.- Returns:
- known RetentionScheduleFormat values.
-
-