Method: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters#update_auto_scale_configuration_async
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb
#update_auto_scale_configuration_async(resource_group_name, cluster_name, parameters, custom_headers: nil) ⇒ Concurrent::Promise
the update autoscale configuration operation. will be added to the HTTP request.
response.
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb', line 465 def update_auto_scale_configuration_async(resource_group_name, cluster_name, parameters, custom_headers:nil) # Send request promise = begin_update_auto_scale_configuration_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers) promise = promise.then do |response| # Defining deserialization method. deserialize_method = lambda do |parsed_response| end # Waiting for response. @client.get_long_running_operation_result(response, deserialize_method) end promise end |