Sha256: ef1d9e52578406f52ed7a94068b6ecfb4c60358fdb567f76b638560b1a7b501e
Contents?: true
Size: 1.61 KB
Versions: 34
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::V2016_12_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
34 entries across 34 versions & 2 rubygems