PoolNodeCounts Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. PoolNodeCounts
- com.
public class PoolNodeCounts
The number of Compute Nodes in each state for a Pool.
Constructor Summary
Constructor | Description | |
---|---|---|
PoolNodeCounts() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Node |
dedicated()
Get the dedicated value. |
Node |
lowPriority()
Get the low |
String |
poolId()
Get the pool |
Pool |
withDedicated(NodeCounts dedicated)
Set the dedicated value. |
Pool |
withLowPriority(NodeCounts lowPriority)
Set the low |
Pool |
withPoolId(String poolId)
Set the pool |
Methods inherited from java.lang.Object
Constructor Details
PoolNodeCounts
public PoolNodeCounts()
Method Details
dedicated
public NodeCounts dedicated()
Get the dedicated value.
Returns:
lowPriority
public NodeCounts lowPriority()
Get the lowPriority value.
Returns:
poolId
public String poolId()
Get the poolId value.
Returns:
withDedicated
public PoolNodeCounts withDedicated(NodeCounts dedicated)
Set the dedicated value.
Parameters:
Returns:
withLowPriority
public PoolNodeCounts withLowPriority(NodeCounts lowPriority)
Set the lowPriority value.
Parameters:
Returns:
withPoolId
public PoolNodeCounts withPoolId(String poolId)
Set the poolId value.
Parameters:
Returns:
Applies to
Azure SDK for Java