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.
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, integration_account_name, regenerate_access_key, custom_headers:nil) regenerate_access_key_async(resource_group_name, integration_account_name, regenerate_access_key, custom_headers:custom_headers).value! end |