class Azure::Monitor::Mgmt::V2015_05_01::Models::ApplicationInsightsComponentFeatureCapability
An Application Insights component feature capability
Attributes
description[RW]
@return [String] The description of the capability.
meter_id[RW]
@return [String] The meter used for the capability.
meter_rate_frequency[RW]
@return [String] The meter rate of the meter.
name[RW]
@return [String] The name of the capability.
unit[RW]
@return [String] The unit of the capability.
value[RW]
@return [String] The value of the capability.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationInsightsComponentFeatureCapability
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_component_feature_capability.rb, line 39 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationInsightsComponentFeatureCapability', type: { name: 'Composite', class_name: 'ApplicationInsightsComponentFeatureCapability', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'Name', type: { name: 'String' } }, description: { client_side_validation: true, required: false, read_only: true, serialized_name: 'Description', type: { name: 'String' } }, value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'Value', type: { name: 'String' } }, unit: { client_side_validation: true, required: false, read_only: true, serialized_name: 'Unit', type: { name: 'String' } }, meter_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'MeterId', type: { name: 'String' } }, meter_rate_frequency: { client_side_validation: true, required: false, read_only: true, serialized_name: 'MeterRateFrequency', type: { name: 'String' } } } } } end