class Azure::Network::Mgmt::V2019_11_01::Models::ApplicationGatewayBackendHealthHttpSettings
Application gateway BackendHealthHttp settings.
Attributes
backend_http_settings[RW]
@return [ApplicationGatewayBackendHttpSettings] Reference to an ApplicationGatewayBackendHttpSettings
resource.
servers[RW]
@return [Array<ApplicationGatewayBackendHealthServer>] List of ApplicationGatewayBackendHealthServer
resources.
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationGatewayBackendHealthHttpSettings
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway_backend_health_http_settings.rb, line 29 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendHealthHttpSettings', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHealthHttpSettings', model_properties: { backend_http_settings: { client_side_validation: true, required: false, serialized_name: 'backendHttpSettings', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHttpSettings' } }, servers: { client_side_validation: true, required: false, serialized_name: 'servers', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendHealthServerElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHealthServer' } } } } } } } end