class Azure::Network::Mgmt::V2018_07_01::Models::ApplicationGatewayAutoscaleConfiguration
Application Gateway autoscale configuration.
Attributes
bounds[RW]
@return [ApplicationGatewayAutoscaleBounds] Autoscale bounds
Public Class Methods
mapper()
click to toggle source
Mapper for ApplicationGatewayAutoscaleConfiguration
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-07-01/generated/azure_mgmt_network/models/application_gateway_autoscale_configuration.rb, line 23 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