TenantAccessGit interface
Interface representing a TenantAccessGit.
Methods
regenerate |
Regenerate primary access key for GIT. |
regenerate |
Regenerate secondary access key for GIT. |
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.
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.
The options parameters.
Returns
Promise<void>