Class BackupScheduleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackupScheduleType>
com.azure.resourcemanager.sqlvirtualmachine.models.BackupScheduleType

public final class BackupScheduleType extends com.azure.core.util.ExpandableStringEnum<BackupScheduleType>
Backup schedule type.
  • Field Details

    • MANUAL

      public static final BackupScheduleType MANUAL
      Static value Manual for BackupScheduleType.
    • AUTOMATED

      public static final BackupScheduleType AUTOMATED
      Static value Automated for BackupScheduleType.
  • Constructor Details

    • BackupScheduleType

      public BackupScheduleType()
  • Method Details

    • fromString

      public static BackupScheduleType fromString(String name)
      Creates or finds a BackupScheduleType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BackupScheduleType.
    • values

      public static Collection<BackupScheduleType> values()
      Gets known BackupScheduleType values.
      Returns:
      known BackupScheduleType values.