Freigeben über


JobScheduleOperationsExtensions.Enable Methode

Definition

Aktiviert einen Auftragszeitplan.

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

Parameter

operations
IJobScheduleOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobScheduleId
String

Die ID des zu aktivierenden Auftragszeitplans.

jobScheduleEnableOptions
JobScheduleEnableOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: