Method: Azure::DataMigration::Mgmt::V2018_03_15_preview::Usages#list_next

Defined in:
lib/2018-03-15-preview/generated/azure_mgmt_data_migration/usages.rb

#list_next(next_page_link, custom_headers: nil) ⇒ QuotaList

Get resource quotas and usage information

This method returns region-specific quotas and resource usage information for the Data Migration Service.

to List operation. will be added to the HTTP request.

Parameters:

  • next_page_link (String)

    The NextLink from the previous successful call

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

    A hash of custom headers that

Returns:

  • (QuotaList)

    operation results.



136
137
138
139
# File 'lib/2018-03-15-preview/generated/azure_mgmt_data_migration/usages.rb', line 136

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