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

操作の追加パラメーター

戻り値

適用対象