PoolUsageMetrics interface
An interface representing PoolUsageMetrics.
Properties
end |
The end time of the aggregation interval covered by this entry. |
pool |
The ID of the Pool whose metrics are aggregated in this entry. |
start |
The start time of the aggregation interval covered by this entry. |
total |
The total core hours used in the Pool during this aggregation interval. |
vm |
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://docs.microsoft.com/azure/batch/batch-pool-vm-sizes). |
Property Details
endTime
The end time of the aggregation interval covered by this entry.
endTime: Date
Property Value
Date
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: Date
Property Value
Date
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://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
vmSize: string
Property Value
string