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.
Usage metrics for a Pool across an aggregation interval.
public class PoolUsageMetrics
type PoolUsageMetrics = class
Public Class PoolUsageMetrics
- Inheritance
-
PoolUsageMetrics
Constructors
PoolUsageMetrics() |
Initializes a new instance of the PoolUsageMetrics class. |
PoolUsageMetrics(String, DateTime, DateTime, String, Double) |
Initializes a new instance of the PoolUsageMetrics class. |
Properties
EndTime |
Gets or sets the end time of the aggregation interval covered by this entry. |
PoolId |
Gets or sets the ID of the Pool whose metrics are aggregated in this entry. |
StartTime |
Gets or sets the start time of the aggregation interval covered by this entry. |
TotalCoreHours |
Gets or sets the total core hours used in the Pool during this aggregation interval. |
VmSize |
Gets or sets the size of virtual machines in the Pool. All VMs in a Pool are the same size. |
Applies to
Azure SDK for .NET