Module: Azure::IotHub::Mgmt::V2018_01_22::Models::JobType

Defined in:
lib/2018-01-22/generated/azure_mgmt_iot_hub/models/job_type.rb

Overview

Defines values for JobType

Constant Summary collapse

Unknown =
"unknown"
Export =
"export"
Import =
"import"
Backup =
"backup"
ReadDeviceProperties =
"readDeviceProperties"
WriteDeviceProperties =
"writeDeviceProperties"
UpdateDeviceConfiguration =
"updateDeviceConfiguration"
RebootDevice =
"rebootDevice"
FactoryResetDevice =
"factoryResetDevice"
FirmwareUpdate =
"firmwareUpdate"