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

ServiceFabricSchedules interface

表示 ServiceFabricSchedules 的接口。

方法

beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

执行计划。 此操作可能需要一段时间才能完成。

beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

执行计划。 此操作可能需要一段时间才能完成。

createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)

创建或替换现有计划。

delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)

删除计划。

get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)

获取计划。

list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)

列出给定 Service Fabric 中的计划。

update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)

允许修改计划的标记。 将忽略所有其他属性。

方法详细信息

beginExecute(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

执行计划。 此操作可能需要一段时间才能完成。

function beginExecute(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

返回

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

beginExecuteAndWait(string, string, string, string, string, ServiceFabricSchedulesExecuteOptionalParams)

执行计划。 此操作可能需要一段时间才能完成。

function beginExecuteAndWait(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesExecuteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

返回

Promise<void>

createOrUpdate(string, string, string, string, string, Schedule, ServiceFabricSchedulesCreateOrUpdateOptionalParams)

创建或替换现有计划。

function createOrUpdate(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: Schedule, options?: ServiceFabricSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

schedule
Schedule

计划。

返回

Promise<Schedule>

delete(string, string, string, string, string, ServiceFabricSchedulesDeleteOptionalParams)

删除计划。

function delete(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

返回

Promise<void>

get(string, string, string, string, string, ServiceFabricSchedulesGetOptionalParams)

获取计划。

function get(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, options?: ServiceFabricSchedulesGetOptionalParams): Promise<Schedule>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

options
ServiceFabricSchedulesGetOptionalParams

选项参数。

返回

Promise<Schedule>

list(string, string, string, string, ServiceFabricSchedulesListOptionalParams)

列出给定 Service Fabric 中的计划。

function list(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, options?: ServiceFabricSchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

返回

update(string, string, string, string, string, ScheduleFragment, ServiceFabricSchedulesUpdateOptionalParams)

允许修改计划的标记。 将忽略所有其他属性。

function update(resourceGroupName: string, labName: string, userName: string, serviceFabricName: string, name: string, schedule: ScheduleFragment, options?: ServiceFabricSchedulesUpdateOptionalParams): Promise<Schedule>

参数

resourceGroupName

string

资源组的名称。

labName

string

实验室的名称。

userName

string

用户配置文件的名称。

serviceFabricName

string

Service Fabric 的名称。

name

string

计划的名称。

schedule
ScheduleFragment

计划。

返回

Promise<Schedule>