Share via


BatchPoolUsageMetricsOutput interface

Usage metrics for a Pool across an aggregation interval.

Properties

endTime

The end time of the aggregation interval covered by this entry.

poolId

The ID of the Pool whose metrics are aggregated in this entry.

startTime

The start time of the aggregation interval covered by this entry.

totalCoreHours

The total core hours used in the Pool during this aggregation interval.

vmSize

The size of virtual machines in the Pool. All VMs in a Pool are the same size. For information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).

Property Details

endTime

The end time of the aggregation interval covered by this entry.

endTime: string

Property Value

string

poolId

The ID of the Pool whose metrics are aggregated in this entry.

poolId: string

Property Value

string

startTime

The start time of the aggregation interval covered by this entry.

startTime: string

Property Value

string

totalCoreHours

The total core hours used in the Pool during this aggregation interval.

totalCoreHours: number

Property Value

number

vmSize

The size of virtual machines in the Pool. All VMs in a Pool are the same size. For information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).

vmSize: string

Property Value

string