使用英语阅读

通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

表示计划任务

options
SchedulesCreateOrUpdateOptionalParams

选项参数。

返回

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

表示计划任务

options
SchedulesCreateOrUpdateOptionalParams

选项参数。

返回

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

选项参数。

返回

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

池的名称。

options
SchedulesListByPoolOptionalParams

选项参数。

返回