Sha256: 62cb24adfe802f943dd05bcc4711f9b8649abffd8816b62b6fa109e0bd996061
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_07_01 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