NodePlacementConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.NodePlacementConfiguration

public class NodePlacementConfiguration

Node placement configuration for batch pools. Allocation configuration used by Batch Service to provision the nodes.

Method Summary

Modifier and Type Method and Description
NodePlacementPolicyType policy()

Get allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Possible values include: 'Regional', 'Zonal'.

NodePlacementConfiguration withPolicy(NodePlacementPolicyType policy)

Set allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Possible values include: 'Regional', 'Zonal'.

Method Details

policy

public NodePlacementPolicyType policy()

Get allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Possible values include: 'Regional', 'Zonal'.

Returns:

the policy value

withPolicy

public NodePlacementConfiguration withPolicy(NodePlacementPolicyType policy)

Set allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Possible values include: 'Regional', 'Zonal'.

Parameters:

policy - the policy value to set

Returns:

the NodePlacementConfiguration object itself.

Applies to