Compartir a través de


JobScheduleOperationsExtensions.Exists Método

Definición

Comprueba que existe la programación de trabajo especificada.

public static bool Exists (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsOptions jobScheduleExistsOptions = default);
static member Exists : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleExistsOptions -> bool
<Extension()>
Public Function Exists (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleExistsOptions As JobScheduleExistsOptions = Nothing) As Boolean

Parámetros

operations
IJobScheduleOperations

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

jobScheduleId
String

Identificador de la programación del trabajo que desea comprobar.

jobScheduleExistsOptions
JobScheduleExistsOptions

Parámetros adicionales para la operación

Devoluciones

Se aplica a