CloudJobSchedule.Enable(IEnumerable<BatchClientBehavior>) メソッド

定義

この CloudJobScheduleを有効にして、 に従ってジョブを Schedule作成できるようにします。

public void Enable (System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Enable : seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Enable (Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

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

適用対象