Method: Azure::Logic::Mgmt::V2016_06_01::IntegrationAccounts#get_with_http_info
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb
#get_with_http_info(resource_group_name, integration_account_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets an integration account.
will be added to the HTTP request.
227 228 229 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 227 def get_with_http_info(resource_group_name, integration_account_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, custom_headers:custom_headers).value! end |