BatchPoolNodeCounts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of Compute Nodes in each state for a Pool.
public class BatchPoolNodeCounts : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchPoolNodeCounts>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchPoolNodeCounts>
type BatchPoolNodeCounts = class
interface IJsonModel<BatchPoolNodeCounts>
interface IPersistableModel<BatchPoolNodeCounts>
Public Class BatchPoolNodeCounts
Implements IJsonModel(Of BatchPoolNodeCounts), IPersistableModel(Of BatchPoolNodeCounts)
- Inheritance
-
BatchPoolNodeCounts
- Implements
Properties
Dedicated |
The number of dedicated Compute Nodes in each state. |
LowPriority |
The number of Spot/Low-priority Compute Nodes in each state. |
PoolId |
The ID of the Pool. |
Explicit Interface Implementations
IJsonModel<BatchPoolNodeCounts>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchPoolNodeCounts>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchPoolNodeCounts>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchPoolNodeCounts>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchPoolNodeCounts>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |