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

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

#regenerate_access_key_with_http_info(resource_group_name, integration_account_name, regenerate_access_key, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

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:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



922
923
924
# File 'lib/2016-06-01/generated/azure_mgmt_logic/integration_accounts.rb', line 922

def regenerate_access_key_with_http_info(resource_group_name, , regenerate_access_key, custom_headers:nil)
  regenerate_access_key_async(resource_group_name, , regenerate_access_key, custom_headers:custom_headers).value!
end