Share via


PoolOperations.EnableComputeNodeScheduling メソッド

定義

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

public void EnableComputeNodeScheduling (string poolId, string computeNodeId, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.EnableComputeNodeScheduling : string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub EnableComputeNodeScheduling (poolId As String, computeNodeId As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

パラメーター

poolId
String

プールの ID。

computeNodeId
String

コンピューティング ノードの ID。

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

注釈

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

適用対象