class Azure::Monitor::Mgmt::V2015_05_01::Models::ApplicationInsightsComponentAvailableFeatures
An Application Insights component available features.
Attributes
result[RW]
@return [Array<ApplicationInsightsComponentFeature>] A list of Application Insights component feature.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationInsightsComponentAvailableFeatures
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_available_features.rb, line 25 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