Sha256: 1679d953cc6ed72a0a7252b5cca2be61194b9d81bef8435603febc72f88d21ae
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 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::V2019_03_22_preview 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
3 entries across 3 versions & 1 rubygems