共用方式為


IntegrationRuntimeAuthKeysOperations interface

表示 IntegrationRuntimeAuthKeysOperations 的介面。

方法

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

列出整合運行時間中的驗證金鑰

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

重新產生整合運行時間的驗證金鑰

方法詳細資料

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

列出整合運行時間中的驗證金鑰

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

integrationRuntimeName

string

整合運行時間名稱

傳回

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

重新產生整合運行時間的驗證金鑰

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

integrationRuntimeName

string

整合運行時間名稱

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

重新產生整合運行時間驗證金鑰的參數。

傳回