다음을 통해 공유


GlobalSchedules interface

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

메서드

beginExecute(string, string, GlobalSchedulesExecuteOptionalParams)

일정을 실행합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

beginExecuteAndWait(string, string, GlobalSchedulesExecuteOptionalParams)

일정을 실행합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

beginRetarget(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)

일정의 대상 리소스 ID를 업데이트합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

beginRetargetAndWait(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)

일정의 대상 리소스 ID를 업데이트합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

createOrUpdate(string, string, Schedule, GlobalSchedulesCreateOrUpdateOptionalParams)

기존 일정을 만들거나 대체합니다.

delete(string, string, GlobalSchedulesDeleteOptionalParams)

일정을 삭제합니다.

get(string, string, GlobalSchedulesGetOptionalParams)

일정을 가져옵니다.

listByResourceGroup(string, GlobalSchedulesListByResourceGroupOptionalParams)

리소스 그룹의 일정을 나열합니다.

listBySubscription(GlobalSchedulesListBySubscriptionOptionalParams)

구독의 일정을 나열합니다.

update(string, string, ScheduleFragment, GlobalSchedulesUpdateOptionalParams)

일정의 태그를 수정할 수 있습니다. 다른 모든 속성은 무시됩니다.

메서드 세부 정보

beginExecute(string, string, GlobalSchedulesExecuteOptionalParams)

일정을 실행합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

function beginExecute(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

options
GlobalSchedulesExecuteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginExecuteAndWait(string, string, GlobalSchedulesExecuteOptionalParams)

일정을 실행합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

function beginExecuteAndWait(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

options
GlobalSchedulesExecuteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginRetarget(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)

일정의 대상 리소스 ID를 업데이트합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

function beginRetarget(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

retargetScheduleProperties
RetargetScheduleProperties

가상 머신 일정의 대상을 다시 지정하기 위한 속성입니다.

options
GlobalSchedulesRetargetOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginRetargetAndWait(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)

일정의 대상 리소스 ID를 업데이트합니다. 이 작업을 완료하는 데 시간이 걸릴 수 있습니다.

function beginRetargetAndWait(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

retargetScheduleProperties
RetargetScheduleProperties

가상 머신 일정의 대상을 다시 지정하기 위한 속성입니다.

options
GlobalSchedulesRetargetOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

createOrUpdate(string, string, Schedule, GlobalSchedulesCreateOrUpdateOptionalParams)

기존 일정을 만들거나 대체합니다.

function createOrUpdate(resourceGroupName: string, name: string, schedule: Schedule, options?: GlobalSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

schedule
Schedule

일정입니다.

options
GlobalSchedulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>

delete(string, string, GlobalSchedulesDeleteOptionalParams)

일정을 삭제합니다.

function delete(resourceGroupName: string, name: string, options?: GlobalSchedulesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

options
GlobalSchedulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, GlobalSchedulesGetOptionalParams)

일정을 가져옵니다.

function get(resourceGroupName: string, name: string, options?: GlobalSchedulesGetOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

options
GlobalSchedulesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>

listByResourceGroup(string, GlobalSchedulesListByResourceGroupOptionalParams)

리소스 그룹의 일정을 나열합니다.

function listByResourceGroup(resourceGroupName: string, options?: GlobalSchedulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

매개 변수

resourceGroupName

string

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

options
GlobalSchedulesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(GlobalSchedulesListBySubscriptionOptionalParams)

구독의 일정을 나열합니다.

function listBySubscription(options?: GlobalSchedulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

매개 변수

options
GlobalSchedulesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, ScheduleFragment, GlobalSchedulesUpdateOptionalParams)

일정의 태그를 수정할 수 있습니다. 다른 모든 속성은 무시됩니다.

function update(resourceGroupName: string, name: string, schedule: ScheduleFragment, options?: GlobalSchedulesUpdateOptionalParams): Promise<Schedule>

매개 변수

resourceGroupName

string

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

name

string

일정의 이름입니다.

schedule
ScheduleFragment

일정입니다.

options
GlobalSchedulesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Schedule>