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

操作の追加パラメーター

戻り値

適用対象