Sha256: 241e929835a5a8d7f4e4d666641cf7d03ca60d59533eee3cd5b24a07abb98664
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 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::ARM::IotHub 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.14.0 | lib/generated/azure_mgmt_iot_hub/models/job_type.rb |
azure_mgmt_iot_hub-0.13.0 | lib/generated/azure_mgmt_iot_hub/models/job_type.rb |