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

定義

これを CloudJob有効にして、新しいタスクを実行できるようにします。

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)

適用対象