Sha256: 83810af1a866cf274c21a39204baceafc04034fe953bf4ad26b393dead76f7ec

Contents?: true

Size: 1.68 KB

Versions: 4

Compression:

Stored size: 1.68 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
    #
    # Properties that define a web test location available to an Application
    # Insights Component.
    #
    class ApplicationInsightsComponentWebTestLocation

      include MsRestAzure

      # @return [String] The display name of the web test location.
      attr_accessor :display_name

      # @return [String] Internally defined geographic location tag.
      attr_accessor :tag


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