Compartilhar via


IntegrationRuntimeAuthKeysOperations interface

Interface que representa um IntegrationRuntimeAuthKeysOperations.

Métodos

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

Listar chaves de autenticação em um runtime de integração

regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)

Regenerar a chave de autenticação para um runtime de integração

Detalhes do método

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

Listar chaves de autenticação em um runtime de integração

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

options
IntegrationRuntimeAuthKeysListOptionalParams

Os parâmetros de opções.

Retornos

regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)

Regenerar a chave de autenticação para um runtime de integração

function regenerate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, regenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters, options?: IntegrationRuntimeAuthKeysRegenerateOptionalParams): Promise<IntegrationRuntimeAuthKeys>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

O nome do workspace.

integrationRuntimeName

string

Nome do runtime de integração

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

Os parâmetros para regenerar a chave de autenticação do integration runtime.

options
IntegrationRuntimeAuthKeysRegenerateOptionalParams

Os parâmetros de opções.

Retornos