Partager via


JobScheduleOperationsExtensions.Enable Méthode

Définition

Active une planification de travail.

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

Paramètres

operations
IJobScheduleOperations

Groupe d’opérations pour cette méthode d’extension.

jobScheduleId
String

ID de la planification du travail à activer.

jobScheduleEnableOptions
JobScheduleEnableOptions

Paramètres supplémentaires pour l’opération

Retours

S’applique à