Method: Azure::Hdinsight::Mgmt::V2018_06_01_preview::Clusters#list_next
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb
#list_next(next_page_link, custom_headers: nil) ⇒ ClusterListResult
Lists all the HDInsight clusters under the subscription.
to List operation. will be added to the HTTP request.
1565 1566 1567 1568 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/clusters.rb', line 1565 def list_next(next_page_link, custom_headers:nil) response = list_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end |