/// <summary>
 /// Checks the specified Job Schedule exists.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='jobScheduleId'>
 /// The ID of the Job Schedule which you want to check.
 /// </param>
 /// <param name='jobScheduleExistsOptions'>
 /// Additional parameters for the operation
 /// </param>
 public static bool Exists(this IJobScheduleOperations operations, string jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions = default(JobScheduleExistsOptions))
 {
     return(operations.ExistsAsync(jobScheduleId, jobScheduleExistsOptions).GetAwaiter().GetResult());
 }