JobScheduleOperationsExtensions.GetAsync メソッド

定義

指定したジョブ スケジュールに関する情報を取得します。

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

パラメーター

operations
IJobScheduleOperations

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

jobScheduleId
String

取得するジョブ スケジュールの ID。

jobScheduleGetOptions
JobScheduleGetOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象