BatchPoolUsageStatistics Class

Definition

Statistics related to Pool usage information.

public class BatchPoolUsageStatistics : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchPoolUsageStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchPoolUsageStatistics>
type BatchPoolUsageStatistics = class
    interface IJsonModel<BatchPoolUsageStatistics>
    interface IPersistableModel<BatchPoolUsageStatistics>
Public Class BatchPoolUsageStatistics
Implements IJsonModel(Of BatchPoolUsageStatistics), IPersistableModel(Of BatchPoolUsageStatistics)
Inheritance
BatchPoolUsageStatistics
Implements

Properties

DedicatedCoreTime

The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.

LastUpdateTime

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

StartTime

The start time of the time range covered by the statistics.

Explicit Interface Implementations

IJsonModel<BatchPoolUsageStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchPoolUsageStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchPoolUsageStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchPoolUsageStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchPoolUsageStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to