Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolUsageMetrics

Package version

An interface representing PoolUsageMetrics.

summary

Usage metrics for a pool across an aggregation interval.

Hierarchy

  • PoolUsageMetrics

Index

Properties

endTime

endTime: Date

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

poolId

poolId: string

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

startTime

startTime: Date

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

totalCoreHours

totalCoreHours: number

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

vmSize

vmSize: string

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).

Generated using TypeDoc