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

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

#create_or_update_with_http_info(resource_group_name, integration_account_name, integration_account, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Creates or updates 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.

  • integration_account (IntegrationAccount)

    The integration account.

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

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



321
322
323
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 321

def create_or_update_with_http_info(resource_group_name, , , custom_headers:nil)
  create_or_update_async(resource_group_name, , , custom_headers:custom_headers).value!
end