Class BackupManagementType


  • public final class BackupManagementType
    extends com.azure.core.util.ExpandableStringEnum<BackupManagementType>
    Defines values for BackupManagementType.
    • Field Detail

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

      • BackupManagementType

        public BackupManagementType()
    • Method Detail

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