class Azure::Monitor::Mgmt::V2015_05_01::Models::WebTestPropertiesConfiguration

An XML configuration specification for a WebTest.

Attributes

web_test[RW]

@return [String] The XML specification of a WebTest to run against an application.

Public Class Methods

mapper() click to toggle source

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

# File lib/2015-05-01/generated/azure_mgmt_monitor/models/web_test_properties_configuration.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'WebTestProperties_Configuration',
    type: {
      name: 'Composite',
      class_name: 'WebTestPropertiesConfiguration',
      model_properties: {
        web_test: {
          client_side_validation: true,
          required: false,
          serialized_name: 'WebTest',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end