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.

Constructor Summary

Constructor Description
NodePlacementConfiguration()

Method Summary

Modifier and Type Method and Description
NodePlacementPolicyType policy()

Get allocation policy used by Batch Service to provision the nodes.

NodePlacementConfiguration withPolicy(NodePlacementPolicyType policy)

Set allocation policy used by Batch Service to provision the nodes.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NodePlacementConfiguration

public NodePlacementConfiguration()

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