Partager via


JobScheduleOperationsExtensions.Exists Méthode

Définition

Vérifie l’existence de la planification de travail spécifiée.

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

Paramètres

operations
IJobScheduleOperations

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

jobScheduleId
String

ID de la planification du travail que vous souhaitez case activée.

jobScheduleExistsOptions
JobScheduleExistsOptions

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

Retours

S’applique à