Freigeben über


JobScheduleOperationsExtensions.DisableAsync Methode

Definition

Deaktiviert einen Auftragszeitplan.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableHeaders> DisableAsync (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableOptions jobScheduleDisableOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member DisableAsync : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableHeaders>
<Extension()>
Public Function DisableAsync (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleDisableOptions As JobScheduleDisableOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: