Freigeben über


JobScheduleOperationsExtensions.Disable Methode

Definition

Deaktiviert einen Auftragszeitplan.

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

Parameter

operations
IJobScheduleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobScheduleId
String

Die ID des zu deaktivierenden Auftragszeitplans.

jobScheduleDisableOptions
JobScheduleDisableOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Hinweise

Es werden keine neuen Aufträge erstellt, bis der Auftragszeitplan wieder aktiviert ist.

Gilt für: