ComputeNode.EnableScheduling(IEnumerable<BatchClientBehavior>) メソッド

定義

コンピューティング ノードでタスクのスケジュールを有効にします。

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

パラメーター

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

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

適用対象