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

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

#get(resource_group_name, integration_account_name, custom_headers: nil) ⇒ IntegrationAccount

Gets an integration account.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • integration_account_name (String)

    The integration account name.

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

    A hash of custom headers that

Returns:

  • (IntegrationAccount)

    operation results.



212
213
214
215
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 212

def get(resource_group_name, , custom_headers:nil)
  response = get_async(resource_group_name, , custom_headers:custom_headers).value!
  response.body unless response.nil?
end