Method: Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts#list_by_resource_group

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

#list_by_resource_group(resource_group_name, top: nil, custom_headers: nil) ⇒ Array<IntegrationAccount>

Gets a list of integration accounts by resource group.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • top (Integer) (defaults to: nil)

    The number of items to be included in the result.

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (Array<IntegrationAccount>)

    operation results.



121
122
123
124
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 121

def list_by_resource_group(resource_group_name, top:nil, custom_headers:nil)
  first_page = list_by_resource_group_as_lazy(resource_group_name, top:top, custom_headers:custom_headers)
  first_page.get_all_items
end