NodePlacementConfiguration Class

Definition

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.

Applies to