Class: Azure::ARM::Network::Models::ApplicationGatewayBackendHealth

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_network/models/application_gateway_backend_health.rb

Overview

List of ApplicationGatewayBackendHealthPool resources.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#backend_address_poolsArray<ApplicationGatewayBackendHealthPool>



17
18
19
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_health.rb', line 17

def backend_address_pools
  @backend_address_pools
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_health.rb', line 24

def self.mapper()
  {
    required: false,
    serialized_name: 'ApplicationGatewayBackendHealth',
    type: {
      name: 'Composite',
      class_name: 'ApplicationGatewayBackendHealth',
      model_properties: {
        backend_address_pools: {
          required: false,
          serialized_name: 'backendAddressPools',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayBackendHealthPoolElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayBackendHealthPool'
                }
            }
          }
        }
      }
    }
  }
end