class Azure::Network::Mgmt::V2019_02_01::Models::ApplicationGatewayBackendHealth
Response for ApplicationGatewayBackendHealth API service call.
Attributes
backend_address_pools[RW]
@return [Array<ApplicationGatewayBackendHealthPool>] A list of ApplicationGatewayBackendHealthPool resources.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationGatewayBackendHealth class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-02-01/generated/azure_mgmt_network/models/application_gateway_backend_health.rb, line 23 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