class Azure::Monitor::Mgmt::V2015_05_01::Models::ApplicationInsightsWebTestLocationsListResult
Describes the list of web test locations available to an Application Insights Component.
Attributes
value[RW]
@return [Array<ApplicationInsightsComponentWebTestLocation>] List of web test locations.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationInsightsWebTestLocationsListResult
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_web_test_locations_list_result.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationInsightsWebTestLocationsListResult', type: { name: 'Composite', class_name: 'ApplicationInsightsWebTestLocationsListResult', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationInsightsComponentWebTestLocationElementType', type: { name: 'Composite', class_name: 'ApplicationInsightsComponentWebTestLocation' } } } } } } } end