Sha256: 7fb6425dc38d35f965dd8138490b2cc14cea98e61572991e2afea4cbc87fbc82

Contents?: true

Size: 1.73 KB

Versions: 4

Compression:

Stored size: 1.73 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
    #
    # Describes the list of web test locations available to an Application
    # Insights Component.
    #
    class ApplicationInsightsWebTestLocationsListResult

      include MsRestAzure

      # @return [Array<ApplicationInsightsComponentWebTestLocation>] List of
      # web test locations.
      attr_accessor :value


      #
      # Mapper for ApplicationInsightsWebTestLocationsListResult class as Ruby
      # Hash.
      # This will be used for serialization/deserialization.
      #
      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
    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_web_test_locations_list_result.rb
azure_mgmt_monitor-0.18.0 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_web_test_locations_list_result.rb
azure_mgmt_monitor-0.17.6 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_web_test_locations_list_result.rb
azure_mgmt_monitor-0.17.5 lib/2015-05-01/generated/azure_mgmt_monitor/models/application_insights_web_test_locations_list_result.rb