JobScheduleOperations class
JobScheduleOperations를 나타내는 클래스입니다.
생성자
Job |
JobScheduleOperations를 만듭니다. |
메서드
생성자 세부 정보
JobScheduleOperations(AutomationClientContext)
JobScheduleOperations를 만듭니다.
new JobScheduleOperations(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase)
작업 일정을 만듭니다.
function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: RequestOptionsBase): Promise<JobScheduleCreateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- parameters
- JobScheduleCreateParameters
작업 일정 만들기 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<JobScheduleCreateResponse>
Promise<Models.JobScheduleCreateResponse>
create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase, ServiceCallback<JobSchedule>)
function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- parameters
- JobScheduleCreateParameters
작업 일정 만들기 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
create(string, string, string, JobScheduleCreateParameters, ServiceCallback<JobSchedule>)
function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, callback: ServiceCallback<JobSchedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- parameters
- JobScheduleCreateParameters
작업 일정 만들기 작업에 제공된 매개 변수입니다.
- callback
콜백
deleteMethod(string, string, string, RequestOptionsBase)
작업 일정 이름으로 식별되는 작업 일정을 삭제합니다.
function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- callback
-
ServiceCallback<void>
콜백
get(string, string, string, RequestOptionsBase)
작업 일정 이름으로 식별된 작업 일정을 검색합니다.
function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: RequestOptionsBase): Promise<JobScheduleGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<JobScheduleGetResponse>
Promise<Models.JobScheduleGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<JobSchedule>)
function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, string, ServiceCallback<JobSchedule>)
function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<JobSchedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- jobScheduleId
-
string
작업 일정 이름입니다.
- callback
콜백
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)
작업 일정 목록을 검색합니다.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): Promise<JobScheduleListByAutomationAccountResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
반환
Promise<Models.JobScheduleListByAutomationAccountResponse>
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams, ServiceCallback<JobScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: JobScheduleListByAutomationAccountOptionalParams, callback: ServiceCallback<JobScheduleListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
선택적 매개 변수
- callback
콜백
listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<JobScheduleListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- callback
콜백
listByAutomationAccountNext(string, RequestOptionsBase)
작업 일정 목록을 검색합니다.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<JobScheduleListByAutomationAccountNextResponse>
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.JobScheduleListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobScheduleListResult>)
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<JobScheduleListResult>)
매개 변수
- nextPageLink
-
string
이전의 성공적인 목록 호출 작업의 NextLink입니다.
- callback
콜백