次の方法で共有


NodePlacementConfiguration(Nullable<NodePlacementPolicyType>) コンストラクター

定義

NodePlacementConfiguration クラスの新しいインスタンスを初期化します。

public NodePlacementConfiguration (Microsoft.Azure.Batch.Common.NodePlacementPolicyType? policy);
new Microsoft.Azure.Batch.NodePlacementConfiguration : Nullable<Microsoft.Azure.Batch.Common.NodePlacementPolicyType> -> Microsoft.Azure.Batch.NodePlacementConfiguration
Public Sub New (policy As Nullable(Of NodePlacementPolicyType))

パラメーター

policy
Nullable<NodePlacementPolicyType>

バッチ プールでのノード配置ポリシーの種類。

適用対象