Method: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters#begin_execute_script_actions
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb
#begin_execute_script_actions(resource_group_name, cluster_name, parameters, custom_headers: nil) ⇒ Object
Executes script actions on the specified HDInsight cluster.
executing script actions. will be added to the HTTP request.
1379 1380 1381 1382 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb', line 1379 def begin_execute_script_actions(resource_group_name, cluster_name, parameters, custom_headers:nil) response = begin_execute_script_actions_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! nil end |