共用方式為


Keys class

代表索引鍵的類別。

建構函式

Keys(AutomationClientContext)

建立金鑰。

方法

listByAutomationAccount(string, string, RequestOptionsBase)

擷取帳戶的自動化金鑰。

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

建構函式詳細資料

Keys(AutomationClientContext)

建立金鑰。

new Keys(client: AutomationClientContext)

參數

client
AutomationClientContext

服務用戶端的參考。

方法詳細資料

listByAutomationAccount(string, string, RequestOptionsBase)

擷取帳戶的自動化金鑰。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<KeysListByAutomationAccountResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.KeysListByAutomationAccountResponse>

listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<KeyListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<KeyListResult>

回呼

listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<KeyListResult>

回呼