Class BackupManagementType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackupManagementType>
com.azure.resourcemanager.recoveryservicesbackup.models.BackupManagementType

public final class BackupManagementType extends com.azure.core.util.ExpandableStringEnum<BackupManagementType>
Backup management type to execute the current job.
  • Field Details

    • INVALID

      public static final BackupManagementType INVALID
      Static value Invalid for BackupManagementType.
    • AZURE_IAAS_VM

      public static final BackupManagementType AZURE_IAAS_VM
      Static value AzureIaasVM for BackupManagementType.
    • MAB

      public static final BackupManagementType MAB
      Static value MAB for BackupManagementType.
    • DPM

      public static final BackupManagementType DPM
      Static value DPM for BackupManagementType.
    • AZURE_BACKUP_SERVER

      public static final BackupManagementType AZURE_BACKUP_SERVER
      Static value AzureBackupServer for BackupManagementType.
    • AZURE_SQL

      public static final BackupManagementType AZURE_SQL
      Static value AzureSql for BackupManagementType.
    • AZURE_STORAGE

      public static final BackupManagementType AZURE_STORAGE
      Static value AzureStorage for BackupManagementType.
    • AZURE_WORKLOAD

      public static final BackupManagementType AZURE_WORKLOAD
      Static value AzureWorkload for BackupManagementType.
    • DEFAULT_BACKUP

      public static final BackupManagementType DEFAULT_BACKUP
      Static value DefaultBackup for BackupManagementType.
  • Constructor Details

    • BackupManagementType

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

    • fromString

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

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