你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodePlacementConfiguration(Nullable<NodePlacementPolicyType>) Constructor

Definition

Initializes a new instance of the NodePlacementConfiguration class.

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))

Parameters

policy
Nullable<NodePlacementPolicyType>

Node placement Policy type on Batch Pools.

Applies to