PoolUsageMetrics Class

Definition

The usage metrics for a single pool in a certain time range.

public class PoolUsageMetrics
type PoolUsageMetrics = class
Public Class PoolUsageMetrics
Inheritance
PoolUsageMetrics

Properties

EndTime

Gets the end time of the aggregation interval for this entry.

PoolId

Gets the id of the pool whose metrics are aggregated in this entry.

StartTime

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

TotalCoreHours

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

VirtualMachineSize

Gets the size of the virtual machines in the pool. All virtual machines in a pool are the same size.

Applies to