你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobScheduleOperationsExtensions.Exists 方法

定义

检查指定的作业计划是否存在。

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

参数

operations
IJobScheduleOperations

此扩展方法的操作组。

jobScheduleId
String

要检查的作业计划的 ID。

jobScheduleExistsOptions
JobScheduleExistsOptions

操作的其他参数

返回

适用于