class Azure::Monitor::Mgmt::V2015_05_01::Models::WebTestGeolocation

Geo-physical location to run a web test from. You must specify one or more locations for the test to run from.

Attributes

location[RW]

@return [String] Location ID for the webtest to run from.

Public Class Methods

mapper() click to toggle source

Mapper for WebTestGeolocation class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2015-05-01/generated/azure_mgmt_monitor/models/web_test_geolocation.rb, line 24
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