Sha256: 2710297b1ed6031839783581ad4d117dfabf994add669707fa591525ccab075e

Contents?: true

Size: 1.62 KB

Versions: 8

Compression:

Stored size: 1.62 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::V2016_02_03
  module Models
    #
    # The operations monitoring properties for the IoT hub. The possible keys
    # to the dictionary are Connections, DeviceTelemetry, C2DCommands,
    # DeviceIdentityOperations, FileUploadOperations.
    #
    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

8 entries across 8 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.17.4 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.17.3 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.17.2 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.17.1 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.17.0 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.16.0 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb
azure_mgmt_iot_hub-0.15.2 lib/2016-02-03/generated/azure_mgmt_iot_hub/models/operations_monitoring_properties.rb