Sha256: 7fd61d992d28b9c1076c3f168a25ba32a676960a3e401c8b4e831d671820639e
Contents?: true
Size: 692 Bytes
Versions: 10
Compression:
Stored size: 692 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::IotHub::Mgmt::V2017_01_19 module Models # # Defines values for JobType # module JobType Unknown = "unknown" Export = "export" Import = "import" Backup = "backup" ReadDeviceProperties = "readDeviceProperties" WriteDeviceProperties = "writeDeviceProperties" UpdateDeviceConfiguration = "updateDeviceConfiguration" RebootDevice = "rebootDevice" FactoryResetDevice = "factoryResetDevice" FirmwareUpdate = "firmwareUpdate" end end end
Version data entries
10 entries across 10 versions & 1 rubygems