Sha256: 55bdad12cf894fedd9b83823d20aeee28d08bcfb127c4a46c36543ab48cf5f79

Contents?: true

Size: 1.69 KB

Versions: 23

Compression:

Stored size: 1.69 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::Network::Mgmt::V2018_12_01
  module Models
    #
    # Customer error of an application gateway.
    #
    class ApplicationGatewayCustomError

      include MsRestAzure

      # @return [ApplicationGatewayCustomErrorStatusCode] Status code of the
      # application gateway customer error. Possible values include:
      # 'HttpStatus403', 'HttpStatus502'
      attr_accessor :status_code

      # @return [String] Error page URL of the application gateway customer
      # error.
      attr_accessor :custom_error_page_url


      #
      # Mapper for ApplicationGatewayCustomError class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'ApplicationGatewayCustomError',
          type: {
            name: 'Composite',
            class_name: 'ApplicationGatewayCustomError',
            model_properties: {
              status_code: {
                client_side_validation: true,
                required: false,
                serialized_name: 'statusCode',
                type: {
                  name: 'String'
                }
              },
              custom_error_page_url: {
                client_side_validation: true,
                required: false,
                serialized_name: 'customErrorPageUrl',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
azure_mgmt_network2-0.27.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network2-0.26.1 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.26.1 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.26.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.25.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.24.1 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.24.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.23.4 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.23.3 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.23.2 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.23.1 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.23.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.22.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.21.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.20.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.19.1 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.19.0 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.18.9 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.18.8 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb
azure_mgmt_network-0.18.7 lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway_custom_error.rb