IntegrationRuntimeAuthKeysOperations interface
表示 IntegrationRuntimeAuthKeysOperations 的介面。
方法
方法詳細資料
list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)
列出整合運行時間中的驗證金鑰
function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
工作區的名稱。
- integrationRuntimeName
-
string
整合運行時間名稱
選項參數。
傳回
Promise<IntegrationRuntimeAuthKeys>
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
重新產生整合運行時間驗證金鑰的參數。
選項參數。
傳回
Promise<IntegrationRuntimeAuthKeys>