java.lang.Object
com.azure.core.util.ExpandableStringEnum<JobType>
com.azure.resourcemanager.iothub.models.JobType

public final class JobType extends com.azure.core.util.ExpandableStringEnum<JobType>
The type of the job.
  • Field Details

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

    • JobType

      public JobType()
  • Method Details

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

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