Method: Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList#get_next_page
- Defined in:
- lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job_resource_list.rb
#get_next_page ⇒ JobResourceList
Gets the next page of results.
46 47 48 49 50 51 52 53 |
# File 'lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/models/job_resource_list.rb', line 46 def get_next_page response = @next_method.call(@next_link).value! unless @next_method.nil? unless response.nil? @next_link = response.body.next_link @value = response.body.value self end end |