Sha256: ca1e93b4e2b5dd623d805ed99a8cf124ae892f3a7acf0d7d64df81bd129b1524

Contents?: true

Size: 1.39 KB

Versions: 4

Compression:

Stored size: 1.39 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
    #
    # A set of properties that can be defined in the context of a specific item
    # type. Each type may have its own properties.
    #
    class ApplicationInsightsComponentAnalyticsItemProperties

      include MsRestAzure

      # @return [String] A function alias, used when the type of the item is
      # Function
      attr_accessor :function_alias


      #
      # Mapper for ApplicationInsightsComponentAnalyticsItemProperties class as
      # Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApplicationInsightsComponentAnalyticsItemProperties',
          type: {
            name: 'Composite',
            class_name: 'ApplicationInsightsComponentAnalyticsItemProperties',
            model_properties: {
              function_alias: {
                client_side_validation: true,
                required: false,
                serialized_name: 'functionAlias',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      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_analytics_item_properties.rb
azure_mgmt_monitor-0.18.0 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_analytics_item_properties.rb
azure_mgmt_monitor-0.17.6 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_analytics_item_properties.rb
azure_mgmt_monitor-0.17.5 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_analytics_item_properties.rb