Share via


TenantAccessGit interface

Interface representing a TenantAccessGit.

Method Details

regeneratePrimaryKey(string, string, string, TenantAccessGitRegeneratePrimaryKeyOptionalParams)

Regenerate primary access key for GIT.

function regeneratePrimaryKey(resourceGroupName: string, serviceName: string, accessName: string, options?: TenantAccessGitRegeneratePrimaryKeyOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

accessName

string

The identifier of the Access configuration.

options
TenantAccessGitRegeneratePrimaryKeyOptionalParams

The options parameters.

Returns

Promise<void>

regenerateSecondaryKey(string, string, string, TenantAccessGitRegenerateSecondaryKeyOptionalParams)

Regenerate secondary access key for GIT.

function regenerateSecondaryKey(resourceGroupName: string, serviceName: string, accessName: string, options?: TenantAccessGitRegenerateSecondaryKeyOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serviceName

string

The name of the API Management service.

accessName

string

The identifier of the Access configuration.

options
TenantAccessGitRegenerateSecondaryKeyOptionalParams

The options parameters.

Returns

Promise<void>