Sha256: fab78bb125d4bbf95a6648ac3f17fadc7cba027ca2f5743b1aa610ed2a7b7b95
Contents?: true
Size: 1.28 KB
Versions: 31
Compression:
Stored size: 1.28 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_07_01 module Models # # Application Gateway autoscale configuration. # class ApplicationGatewayAutoscaleConfiguration include MsRestAzure # @return [ApplicationGatewayAutoscaleBounds] Autoscale bounds attr_accessor :bounds # # Mapper for ApplicationGatewayAutoscaleConfiguration class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayAutoscaleConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayAutoscaleConfiguration', model_properties: { bounds: { client_side_validation: true, required: true, serialized_name: 'bounds', type: { name: 'Composite', class_name: 'ApplicationGatewayAutoscaleBounds' } } } } } end end end end
Version data entries
31 entries across 31 versions & 2 rubygems