Method: Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts#get_callback_url_with_http_info
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb
#get_callback_url_with_http_info(resource_group_name, integration_account_name, parameters, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets the integration account callback URL.
will be added to the HTTP request.
618 619 620 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 618 def get_callback_url_with_http_info(resource_group_name, integration_account_name, parameters, custom_headers:nil) get_callback_url_async(resource_group_name, integration_account_name, parameters, custom_headers:custom_headers).value! end |