Keys class
Keys を表すクラス。
コンストラクター
Keys(Automation |
キーを作成します。 |
メソッド
コンストラクターの詳細
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
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<KeysListByAutomationAccountResponse>
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
Automation アカウントの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック。