HybridRunbookWorkerGroupOperations class
HybridRunbookWorkerGroupOperations를 나타내는 클래스입니다.
생성자
Hybrid |
HybridRunbookWorkerGroupOperations를 만듭니다. |
메서드
생성자 세부 정보
HybridRunbookWorkerGroupOperations(AutomationClientContext)
HybridRunbookWorkerGroupOperations를 만듭니다.
new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
deleteMethod(string, string, string, RequestOptionsBase)
Hybrid Runbook Worker 그룹을 삭제합니다.
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- callback
-
ServiceCallback<void>
콜백
get(string, string, string, RequestOptionsBase)
Hybrid Runbook Worker 그룹을 검색합니다.
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<HybridRunbookWorkerGroupGetResponse>
Promise<Models.HybridRunbookWorkerGroupGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, string, ServiceCallback<HybridRunbookWorkerGroup>)
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<HybridRunbookWorkerGroup>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- callback
콜백
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)
Hybrid Runbook Worker 그룹 목록을 검색합니다.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): Promise<HybridRunbookWorkerGroupListByAutomationAccountResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
반환
Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
콜백
listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
콜백
listByAutomationAccountNext(string, RequestOptionsBase)
Hybrid Runbook Worker 그룹 목록을 검색합니다.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
콜백
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase)
Hybrid Runbook Worker 그룹을 업데이트합니다.
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupUpdateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Hybrid Runbook Worker 그룹
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.HybridRunbookWorkerGroupUpdateResponse>
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Hybrid Runbook Worker 그룹
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, ServiceCallback<HybridRunbookWorkerGroup>)
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, callback: ServiceCallback<HybridRunbookWorkerGroup>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- hybridRunbookWorkerGroupName
-
string
Hybrid Runbook Worker 그룹 이름
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Hybrid Runbook Worker 그룹
- callback
콜백