Schedules interface
일정을 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
beginCreateOrUpdate(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
일정을 만들거나 업데이트합니다.
function beginCreateOrUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- body
- Schedule
예약된 작업을 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>
beginCreateOrUpdateAndWait(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
일정을 만들거나 업데이트합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- body
- Schedule
예약된 작업을 나타냅니다.
옵션 매개 변수입니다.
반환
Promise<Schedule>
beginDelete(string, string, string, string, SchedulesDeleteOptionalParams)
예약된 을 삭제합니다.
function beginDelete(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- options
- SchedulesDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>
beginDeleteAndWait(string, string, string, string, SchedulesDeleteOptionalParams)
예약된 을 삭제합니다.
function beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SchedulesDeleteHeaders>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- options
- SchedulesDeleteOptionalParams
옵션 매개 변수입니다.
반환
Promise<SchedulesDeleteHeaders>
beginUpdate(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)
예약된 을 부분적으로 업데이트합니다.
function beginUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- body
- ScheduleUpdate
예약된 작업을 나타냅니다.
- options
- SchedulesUpdateOptionalParams
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>
beginUpdateAndWait(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)
예약된 을 부분적으로 업데이트합니다.
function beginUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<Schedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- body
- ScheduleUpdate
예약된 작업을 나타냅니다.
- options
- SchedulesUpdateOptionalParams
옵션 매개 변수입니다.
반환
Promise<Schedule>
get(string, string, string, string, SchedulesGetOptionalParams)
일정 리소스를 가져옵니다.
function get(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<Schedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
- scheduleName
-
string
고유하게 식별하는 일정의 이름입니다.
- options
- SchedulesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<Schedule>
listByPool(string, string, string, SchedulesListByPoolOptionalParams)
풀에 대한 일정을 나열합니다.
function listByPool(resourceGroupName: string, projectName: string, poolName: string, options?: SchedulesListByPoolOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- projectName
-
string
프로젝트의 이름입니다.
- poolName
-
string
풀의 이름입니다.
옵션 매개 변수입니다.