Method: Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::StorageAccountList#get_next_page

Defined in:
lib/2019-08-01/generated/azure_mgmt_databoxedge/models/storage_account_list.rb

#get_next_pageStorageAccountList

Gets the next page of results.

Returns:



46
47
48
49
50
51
52
53
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/storage_account_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