BatchPoolNodeCounts Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchPoolNodeCounts
- com.
Implements
public final class BatchPoolNodeCounts
implements JsonSerializable<BatchPoolNodeCounts>
The number of Compute Nodes in each state for a Pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
|
Batch |
getDedicated()
Get the dedicated property: The number of dedicated Compute Nodes in each state. |
|
Batch |
getLowPriority()
Get the low |
| String |
getPoolId()
Get the pool |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchPoolNodeCounts fromJson(JsonReader jsonReader)
Reads an instance of BatchPoolNodeCounts from the JsonReader.
Parameters:
Returns:
Throws:
getDedicated
public BatchNodeCounts getDedicated()
Get the dedicated property: The number of dedicated Compute Nodes in each state.
Returns:
getLowPriority
public BatchNodeCounts getLowPriority()
Get the lowPriority property: The number of Spot/Low-priority Compute Nodes in each state.
Returns:
getPoolId
public String getPoolId()
Get the poolId property: The ID of the Pool.
Returns: