다음을 통해 공유


ScheduleOperations interface

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

메서드

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ScheduleCreateOrUpdateOptionalParams)

일정을 만듭니다.

delete(string, string, string, ScheduleDeleteOptionalParams)

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

get(string, string, string, ScheduleGetOptionalParams)

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

listByAutomationAccount(string, string, ScheduleListByAutomationAccountOptionalParams)

일정 목록을 검색합니다.

update(string, string, string, ScheduleUpdateParameters, ScheduleUpdateOptionalParams)

일정 이름으로 식별되는 일정을 업데이트합니다.

메서드 세부 정보

createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ScheduleCreateOrUpdateOptionalParams)

일정을 만듭니다.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: ScheduleCreateOrUpdateOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

scheduleName

string

일정 이름입니다.

parameters
ScheduleCreateOrUpdateParameters

만들기 또는 업데이트 일정 작업에 제공된 매개 변수입니다.

options
ScheduleCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>

delete(string, string, string, ScheduleDeleteOptionalParams)

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

function delete(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

scheduleName

string

일정 이름입니다.

options
ScheduleDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, ScheduleGetOptionalParams)

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

function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: ScheduleGetOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

scheduleName

string

일정 이름입니다.

options
ScheduleGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>

listByAutomationAccount(string, string, ScheduleListByAutomationAccountOptionalParams)

일정 목록을 검색합니다.

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
ScheduleListByAutomationAccountOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, string, ScheduleUpdateParameters, ScheduleUpdateOptionalParams)

일정 이름으로 식별되는 일정을 업데이트합니다.

function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: ScheduleUpdateOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

scheduleName

string

일정 이름입니다.

parameters
ScheduleUpdateParameters

업데이트 일정 작업에 제공된 매개 변수입니다.

options
ScheduleUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>