Method: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters#list_with_http_info

Defined in:
lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb

#list_with_http_info(custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Lists all the HDInsight clusters under the subscription.

will be added to the HTTP request.

Parameters:

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



502
503
504
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb', line 502

def list_with_http_info(custom_headers:nil)
  list_async(custom_headers:custom_headers).value!
end