JobScheduleOperations.GetJobSchedule メソッド

定義

指定した CloudJobSchedule を取得します。

public Microsoft.Azure.Batch.CloudJobSchedule GetJobSchedule (string jobScheduleId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.GetJobSchedule : string * Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.CloudJobSchedule
Public Function GetJobSchedule (jobScheduleId As String, Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As CloudJobSchedule

パラメーター

jobScheduleId
String

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

detailLevel
DetailLevel

DetailLevelサービスから取得されるプロパティを制御するために使用される 。

additionalBehaviors
IEnumerable<BatchClientBehavior>

detailLevelの後の BatchClientBehavior Batch サービス要求に適用されるインスタンスのCustomBehaviorsコレクション。

戻り値

CloudJobSchedule指定したAzure Batchジョブ スケジュールに関する情報を格納している 。

注釈

これはブロック操作です。 非ブロッキングに相当するものについては、「」を参照してください GetJobScheduleAsync(String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象