DscCompilationJobOperations class
DscCompilationJobOperations를 나타내는 클래스입니다.
생성자
Dsc |
DscCompilationJobOperations를 만듭니다. |
메서드
생성자 세부 정보
DscCompilationJobOperations(AutomationClientContext)
DscCompilationJobOperations를 만듭니다.
new DscCompilationJobOperations(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
beginCreate(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)
구성의 Dsc 컴파일 작업을 만듭니다.
function beginCreate(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<LROPoller>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- compilationJobName
-
string
DSC 구성 ID입니다.
- parameters
- DscCompilationJobCreateParameters
컴파일 작업 만들기 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<@azure/ms-rest-azure-js.LROPoller>
Promise<msRestAzure.LROPoller>
create(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)
구성의 Dsc 컴파일 작업을 만듭니다.
function create(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<DscCompilationJobCreateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- compilationJobName
-
string
DSC 구성 ID입니다.
- parameters
- DscCompilationJobCreateParameters
컴파일 작업 만들기 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<DscCompilationJobCreateResponse>
Promise<Models.DscCompilationJobCreateResponse>
get(string, string, string, RequestOptionsBase)
작업 ID로 식별된 Dsc 구성 컴파일 작업을 검색합니다.
function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- compilationJobName
-
string
DSC 구성 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<DscCompilationJobGetResponse>
Promise<Models.DscCompilationJobGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscCompilationJob>)
function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options: RequestOptionsBase, callback: ServiceCallback<DscCompilationJob>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- compilationJobName
-
string
DSC 구성 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, string, ServiceCallback<DscCompilationJob>)
function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, callback: ServiceCallback<DscCompilationJob>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- compilationJobName
-
string
DSC 구성 ID입니다.
- callback
콜백
getStream(string, string, string, string, RequestOptionsBase)
작업 스트림 ID로 식별된 작업 스트림을 검색합니다.
function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetStreamResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobId
-
string
작업 ID입니다.
- jobStreamId
-
string
작업 스트림 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<DscCompilationJobGetStreamResponse>
Promise<Models.DscCompilationJobGetStreamResponse>
getStream(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobId
-
string
작업 ID입니다.
- jobStreamId
-
string
작업 스트림 ID입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
getStream(string, string, string, string, ServiceCallback<JobStream>)
function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobId
-
string
작업 ID입니다.
- jobStreamId
-
string
작업 스트림 ID입니다.
- callback
콜백
listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)
dsc 컴파일 작업 목록을 검색합니다.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscCompilationJobListByAutomationAccountOptionalParams): Promise<DscCompilationJobListByAutomationAccountResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
반환
Promise<Models.DscCompilationJobListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscCompilationJobListByAutomationAccountOptionalParams, callback: ServiceCallback<DscCompilationJobListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
- callback
콜백
listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscCompilationJobListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- callback
콜백
listByAutomationAccountNext(string, RequestOptionsBase)
dsc 컴파일 작업 목록을 검색합니다.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscCompilationJobListByAutomationAccountNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscCompilationJobListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscCompilationJobListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- callback
콜백