NodePlacementConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Node placement configuration for a pool.
public class NodePlacementConfiguration
type NodePlacementConfiguration = class
Public Class NodePlacementConfiguration
- Inheritance
-
NodePlacementConfiguration
Remarks
For regional placement, nodes in the pool will be allocated in the same region. For zonal placement, nodes in the pool will be spread across different zones with best effort balancing.
Constructors
NodePlacementConfiguration() |
Initializes a new instance of the NodePlacementConfiguration class. |
NodePlacementConfiguration(Nullable<NodePlacementPolicyType>) |
Initializes a new instance of the NodePlacementConfiguration class. |
Properties
Policy |
Gets or sets node placement Policy type on Batch Pools. |