class Azure::Monitor::Mgmt::V2015_05_01::Models::ApplicationInsightsComponentAnalyticsItemProperties

A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.

Attributes

function_alias[RW]

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

Public Class Methods

mapper() click to toggle source

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

# File lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_analytics_item_properties.rb, line 26
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