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

JobScheduleOperationsExtensions.Enable 方法

定义

启用作业计划。

public static Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableHeaders Enable (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableOptions jobScheduleEnableOptions = default);
static member Enable : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableOptions -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableHeaders
<Extension()>
Public Function Enable (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleEnableOptions As JobScheduleEnableOptions = Nothing) As JobScheduleEnableHeaders

参数

operations
IJobScheduleOperations

此扩展方法的操作组。

jobScheduleId
String

要启用的作业计划的 ID。

jobScheduleEnableOptions
JobScheduleEnableOptions

操作的其他参数

返回

适用于