Sdílet prostřednictvím


IntegrationRuntimeAuthKeysOperations interface

Rozhraní představující IntegrationRuntimeAuthKeysOperations.

Metody

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

Výpis ověřovacích klíčů v prostředí Integration Runtime

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

Opětovné vygenerování ověřovacího klíče pro prostředí Integration Runtime

Podrobnosti metody

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

Výpis ověřovacích klíčů v prostředí Integration Runtime

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

integrationRuntimeName

string

Název prostředí Integration Runtime

options
IntegrationRuntimeAuthKeysListOptionalParams

Parametry možností.

Návraty

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

Opětovné vygenerování ověřovacího klíče pro prostředí Integration Runtime

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

workspaceName

string

Název pracovního prostoru.

integrationRuntimeName

string

Název prostředí Integration Runtime

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

Parametry pro opětovné vygenerování ověřovacího klíče prostředí Integration Runtime.

Návraty