Share via


TenantAccessInfoResource.RegenerateSecondaryKeyForGitAsync Method

Definition

Regenerate secondary access key for GIT.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/git/regenerateSecondaryKey
  • Operation Id: TenantAccessGit_RegenerateSecondaryKey
  • Default Api Version: 2021-08-01
public virtual System.Threading.Tasks.Task<Azure.Response> RegenerateSecondaryKeyForGitAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RegenerateSecondaryKeyForGitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RegenerateSecondaryKeyForGitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RegenerateSecondaryKeyForGitAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to