JobScheduleOperationsExtensions.ExistsAsync メソッド

定義

指定したジョブ スケジュールが存在するかどうかを確認します。

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

パラメーター

operations
IJobScheduleOperations

この拡張メソッドの操作グループ。

jobScheduleId
String

チェックするジョブ スケジュールの ID。

jobScheduleExistsOptions
JobScheduleExistsOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象