IntegrationRuntimeAuthKeysOperations interface
Interface representing a IntegrationRuntimeAuthKeysOperations.
Methods
list(string, string, string, Integration |
List authentication keys in an integration runtime |
regenerate(string, string, string, Integration |
Regenerate the authentication key for an integration runtime |
Method Details
list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)
List authentication keys in an integration runtime
function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- integrationRuntimeName
-
string
Integration runtime name
The options parameters.
Returns
Promise<IntegrationRuntimeAuthKeys>
regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)
Regenerate the authentication key for an integration runtime
function regenerate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, regenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters, options?: IntegrationRuntimeAuthKeysRegenerateOptionalParams): Promise<IntegrationRuntimeAuthKeys>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- integrationRuntimeName
-
string
Integration runtime name
- regenerateKeyParameters
- IntegrationRuntimeRegenerateKeyParameters
The parameters for regenerating integration runtime authentication key.
The options parameters.
Returns
Promise<IntegrationRuntimeAuthKeys>