class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::AutoscaleConfigurationUpdateParameter
The autoscale configuration update parameter.
Attributes
autoscale[RW]
@return [Autoscale] The autoscale configuration.
Public Class Methods
mapper()
click to toggle source
Mapper for AutoscaleConfigurationUpdateParameter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/autoscale_configuration_update_parameter.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AutoscaleConfigurationUpdateParameter', type: { name: 'Composite', class_name: 'AutoscaleConfigurationUpdateParameter', model_properties: { autoscale: { client_side_validation: true, required: false, serialized_name: 'autoscale', type: { name: 'Composite', class_name: 'Autoscale' } } } } } end