class Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::AutoscaleConfigurationUpdateParameter
The autoscale configuration update parameter.
Attributes
autoscale[RW]
@return [Autoscale] The autoscale configuration.
Private Class Methods
mapper()
click to toggle source
Mapper for AutoscaleConfigurationUpdateParameter
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-06-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