Method: Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult#get_next_page

Defined in:
lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_list_result.rb

#get_next_pageIntegrationAccountListResult

Gets the next page of results.

Returns:



45
46
47
48
49
50
51
52
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/integration_account_list_result.rb', line 45

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