PoolUsageMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET