Class JobType


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

      • UNKNOWN

        public static final JobType UNKNOWN
        Static value unknown for JobType.
      • EXPORT

        public static final JobType EXPORT
        Static value export for JobType.
      • IMPORT

        public static final JobType IMPORT
        Static value import for JobType.
      • BACKUP

        public static final JobType BACKUP
        Static value backup for JobType.
      • READ_DEVICE_PROPERTIES

        public static final JobType READ_DEVICE_PROPERTIES
        Static value readDeviceProperties for JobType.
      • WRITE_DEVICE_PROPERTIES

        public static final JobType WRITE_DEVICE_PROPERTIES
        Static value writeDeviceProperties for JobType.
      • UPDATE_DEVICE_CONFIGURATION

        public static final JobType UPDATE_DEVICE_CONFIGURATION
        Static value updateDeviceConfiguration for JobType.
      • REBOOT_DEVICE

        public static final JobType REBOOT_DEVICE
        Static value rebootDevice for JobType.
      • FACTORY_RESET_DEVICE

        public static final JobType FACTORY_RESET_DEVICE
        Static value factoryResetDevice for JobType.
      • FIRMWARE_UPDATE

        public static final JobType FIRMWARE_UPDATE
        Static value firmwareUpdate for JobType.
    • Constructor Detail

      • JobType

        public JobType()
    • Method Detail

      • fromString

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