Sha256: d541e4fec0012fc6aa516dd369ea90a8a8205c5a0e366048db028eae5efa0f8d
Contents?: true
Size: 1.61 KB
Versions: 32
Compression:
Stored size: 1.61 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_02_01 module Models # # List of ApplicationGatewayBackendHealthPool resources. # class ApplicationGatewayBackendHealth include MsRestAzure # @return [Array<ApplicationGatewayBackendHealthPool>] attr_accessor :backend_address_pools # # Mapper for ApplicationGatewayBackendHealth class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
32 entries across 32 versions & 2 rubygems