Sha256: f3b413dd70a75a33294618653ff805670f2b7e19c7745e3bf4a27b68839bfd0a

Contents?: true

Size: 1.72 KB

Versions: 4

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::Monitor::Mgmt::V2015_05_01
  module Models
    #
    # An Application Insights component available features.
    #
    class ApplicationInsightsComponentAvailableFeatures

      include MsRestAzure

      # @return [Array<ApplicationInsightsComponentFeature>] A list of
      # Application Insights component feature.
      attr_accessor :result


      #
      # Mapper for ApplicationInsightsComponentAvailableFeatures class as Ruby
      # Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApplicationInsightsComponentAvailableFeatures',
          type: {
            name: 'Composite',
            class_name: 'ApplicationInsightsComponentAvailableFeatures',
            model_properties: {
              result: {
                client_side_validation: true,
                required: false,
                read_only: true,
                serialized_name: 'Result',
                type: {
                  name: 'Sequence',
                  element: {
                      client_side_validation: true,
                      required: false,
                      serialized_name: 'ApplicationInsightsComponentFeatureElementType',
                      type: {
                        name: 'Composite',
                        class_name: 'ApplicationInsightsComponentFeature'
                      }
                  }
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_monitor-0.19.0 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_available_features.rb
azure_mgmt_monitor-0.18.0 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_available_features.rb
azure_mgmt_monitor-0.17.6 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_available_features.rb
azure_mgmt_monitor-0.17.5 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_available_features.rb