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

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

#get_next_pageOperationListResult

Gets the next page of results.

Returns:



48
49
50
51
52
53
54
55
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/operation_list_result.rb', line 48

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