Class: Azure::ARM::IotHub::Models::OperationsMonitoringProperties

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb

Overview

The Operation Monitoring properties.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#eventsHash{String => OperationMonitoringLevel}

Returns:



16
17
18
# File 'lib/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb', line 16

def events
  @events
end

Class Method Details

.mapperObject

Mapper for OperationsMonitoringProperties class as Ruby Hash. This will be used for serialization/deserialization.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'lib/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb', line 23

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