Partager via


JobScheduleOperationsExtensions.EnableAsync Méthode

Définition

Active une planification de travail.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableHeaders> EnableAsync (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableOptions jobScheduleEnableOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member EnableAsync : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobScheduleEnableHeaders>
<Extension()>
Public Function EnableAsync (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleEnableOptions As JobScheduleEnableOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobScheduleEnableHeaders)

Paramètres

operations
IJobScheduleOperations

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

jobScheduleId
String

ID de la planification des travaux à activer.

jobScheduleEnableOptions
JobScheduleEnableOptions

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à