Method: Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts#list_by_resource_group_next
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb
#list_by_resource_group_next(next_page_link, custom_headers: nil) ⇒ IntegrationAccountListResult
Gets a list of integration accounts by resource group.
to List operation. will be added to the HTTP request.
1096 1097 1098 1099 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 1096 def list_by_resource_group_next(next_page_link, custom_headers:nil) response = list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end |