Freigeben über


JobScheduleOperationsExtensions.Terminate Methode

Definition

Beendet einen Auftragszeitplan.

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

Parameter

operations
IJobScheduleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobScheduleId
String

Die ID des zu beendenden Auftragszeitplans.

jobScheduleTerminateOptions
JobScheduleTerminateOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: