class Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayBackendHealth

List of ApplicationGatewayBackendHealthPool resources.

Attributes

backend_address_pools[RW]

@return [Array<ApplicationGatewayBackendHealthPool>]

Public Class Methods

mapper() click to toggle source

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

# File lib/2018-07-01/generated/azure_mgmt_network/models/application_gateway_backend_health.rb, line 22
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ApplicationGatewayBackendHealth',
    type: {
      name: 'Composite',
      class_name: 'ApplicationGatewayBackendHealth',
      model_properties: {
        backend_address_pools: {
          client_side_validation: true,
          required: false,
          serialized_name: 'backendAddressPools',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ApplicationGatewayBackendHealthPoolElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayBackendHealthPool'
                }
            }
          }
        }
      }
    }
  }
end