Sha256: ea447d6991188552052beab0e1104b36591cd179bffef5178c49ba107a7ad8a2
Contents?: true
Size: 1.72 KB
Versions: 6
Compression:
Stored size: 1.72 KB
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::V2018_04_01 module Models # # The operations monitoring properties for the IoT hub. The possible keys # to the dictionary are Connections, DeviceTelemetry, C2DCommands, # DeviceIdentityOperations, FileUploadOperations, Routes, # D2CTwinOperations, C2DTwinOperations, TwinQueries, JobsOperations, # DirectMethods. # class OperationsMonitoringProperties include MsRestAzure # @return [Hash{String => OperationMonitoringLevel}] attr_accessor :events # # Mapper for OperationsMonitoringProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OperationsMonitoringProperties', type: { name: 'Composite', class_name: 'OperationsMonitoringProperties', model_properties: { events: { client_side_validation: true, required: false, serialized_name: 'events', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'OperationMonitoringLevelElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems