다음을 통해 공유


JobScheduleOperations interface

JobScheduleOperations를 나타내는 인터페이스입니다.

메서드

create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)

작업 일정을 만듭니다.

delete(string, string, string, JobScheduleDeleteOptionalParams)

작업 일정 이름으로 식별되는 작업 일정을 삭제합니다.

get(string, string, string, JobScheduleGetOptionalParams)

작업 일정 이름으로 식별되는 작업 일정을 검색합니다.

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

작업 일정 목록을 검색합니다.

메서드 세부 정보

create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)

작업 일정을 만듭니다.

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleCreateOptionalParams): Promise<JobSchedule>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

jobScheduleId

string

작업 일정 이름입니다.

parameters
JobScheduleCreateParameters

작업 일정 만들기 작업에 제공된 매개 변수입니다.

options
JobScheduleCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<JobSchedule>

delete(string, string, string, JobScheduleDeleteOptionalParams)

작업 일정 이름으로 식별되는 작업 일정을 삭제합니다.

function delete(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

jobScheduleId

string

작업 일정 이름입니다.

options
JobScheduleDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, JobScheduleGetOptionalParams)

작업 일정 이름으로 식별되는 작업 일정을 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleGetOptionalParams): Promise<JobSchedule>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

jobScheduleId

string

작업 일정 이름입니다.

options
JobScheduleGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<JobSchedule>

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

작업 일정 목록을 검색합니다.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>

매개 변수

resourceGroupName

string

Azure 리소스 그룹의 이름입니다.

automationAccountName

string

자동화 계정의 이름입니다.

options
JobScheduleListByAutomationAccountOptionalParams

옵션 매개 변수입니다.

반환