Sha256: 8db14ca4b1cda1d719a234180e7d8024aec9359f9123aedad132437fa9357154
Contents?: true
Size: 685 Bytes
Versions: 1
Compression:
Stored size: 685 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.10.0 | lib/generated/azure_mgmt_iot_hub/models/job_type.rb |