NodePlacementConfiguration Class

Allocation configuration used by Batch Service to provision the nodes.

Inheritance
azure.mgmt.batch._serialization.Model
NodePlacementConfiguration

Constructor

NodePlacementConfiguration(*, policy: str | _models.NodePlacementPolicyType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
policy

Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal".

Variables

Name Description
policy

Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal".