JobScheduleOperationsExtensions.TerminateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleTerminateHeaders> TerminateAsync (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleTerminateOptions jobScheduleTerminateOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member TerminateAsync : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleTerminateOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleTerminateHeaders>
<Extension()>
Public Function TerminateAsync (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleTerminateOptions As JobScheduleTerminateOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobScheduleTerminateHeaders)

パラメーター

operations
IJobScheduleOperations

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

jobScheduleId
String

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

jobScheduleTerminateOptions
JobScheduleTerminateOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象