Sha256: d96156395b2e7199e8c0c5677f0069b6bec323f29b1d438c799401350623dc4d
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 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::ARM::IotHub 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 include MsRest::JSONable # @return [Hash{String => OperationMonitoringLevel}] attr_accessor :events # # Mapper for OperationsMonitoringProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'OperationsMonitoringProperties', type: { name: 'Composite', class_name: 'OperationsMonitoringProperties', model_properties: { events: { required: false, serialized_name: 'events', type: { name: 'Dictionary', value: { required: false, serialized_name: 'OperationMonitoringLevelElementType', type: { name: 'String' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_iot_hub-0.13.0 | lib/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb |