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

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

#get_callback_url(resource_group_name, integration_account_name, parameters, custom_headers: nil) ⇒ CallbackUrl

Gets the integration account callback URL.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • integration_account_name (String)

    The integration account name.

  • parameters (GetCallbackUrlParameters)

    The callback URL parameters.

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

    A hash of custom headers that

Returns:

  • (CallbackUrl)

    operation results.



602
603
604
605
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 602

def get_callback_url(resource_group_name, , parameters, custom_headers:nil)
  response = get_callback_url_async(resource_group_name, , parameters, custom_headers:custom_headers).value!
  response.body unless response.nil?
end