JobScheduleOperationsExtensions.Terminate メソッド

定義

ジョブ スケジュールを終了します。

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

パラメーター

operations
IJobScheduleOperations

この拡張メソッドの操作グループ。

jobScheduleId
String

終了するジョブ スケジュールの ID。

jobScheduleTerminateOptions
JobScheduleTerminateOptions

操作の追加パラメーター

戻り値

適用対象