Keys class
키를 나타내는 클래스입니다.
생성자
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
자동화 계정의 이름입니다.
- 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
자동화 계정의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByAutomationAccount(string, string, ServiceCallback<KeyListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<KeyListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- callback
콜백