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>
Retention schedule format type for monthly retention policy.
  • Field Details

  • Constructor Details

    • RetentionScheduleFormat

      @Deprecated public RetentionScheduleFormat()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RetentionScheduleFormat value.
  • Method Details

    • 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.