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

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

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

Regenerates the integration account access key.

will be added to the HTTP request.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • integration_account_name (String)

    The integration account name.

  • regenerate_access_key (RegenerateActionParameter)

    The access key type.

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

    A hash of custom headers that

Returns:

  • (IntegrationAccount)

    operation results.



906
907
908
909
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 906

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