Compartir a través de


JobScheduleOperationsExtensions.Enable Método

Definición

Habilita una programación de trabajo.

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

Parámetros

operations
IJobScheduleOperations

El grupo de operaciones de este método de extensión.

jobScheduleId
String

Identificador de la programación de trabajos que se va a habilitar.

jobScheduleEnableOptions
JobScheduleEnableOptions

Parámetros adicionales para la operación

Devoluciones

Se aplica a