Sha256: 7b3790ccdd4ae518c23b67bdaf5753f19b3c80ae3538f50ee107865c1a3af448

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 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
    #
    # Geo-physical location to run a web test from. You must specify one or
    # more locations for the test to run from.
    #
    class WebTestGeolocation

      include MsRestAzure

      # @return [String] Location ID for the webtest to run from.
      attr_accessor :location


      #
      # Mapper for WebTestGeolocation class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'WebTestGeolocation',
          type: {
            name: 'Composite',
            class_name: 'WebTestGeolocation',
            model_properties: {
              location: {
                client_side_validation: true,
                required: false,
                serialized_name: 'Id',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      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/web_test_geolocation.rb
azure_mgmt_monitor-0.18.0 lib/2015-05-01/generated/azure_mgmt_monitor/models/web_test_geolocation.rb
azure_mgmt_monitor-0.17.6 lib/2015-05-01/generated/azure_mgmt_monitor/models/web_test_geolocation.rb
azure_mgmt_monitor-0.17.5 lib/2015-05-01/generated/azure_mgmt_monitor/models/web_test_geolocation.rb