PoolStatistics 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.
Contains utilization and resource usage statistics for the lifetime of a Pool.
public class PoolStatistics
type PoolStatistics = class
Public Class PoolStatistics
- Inheritance
-
PoolStatistics
Constructors
PoolStatistics() |
Initializes a new instance of the PoolStatistics class. |
PoolStatistics(String, DateTime, DateTime, UsageStatistics, ResourceStatistics) |
Initializes a new instance of the PoolStatistics class. |
Properties
LastUpdateTime |
Gets or sets the time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime. |
ResourceStats |
Gets or sets statistics related to resource consumption by Compute Nodes in the Pool. |
StartTime |
Gets or sets the start time of the time range covered by the statistics. |
Url |
Gets or sets the URL for the statistics. |
UsageStats |
Gets or sets statistics related to Pool usage, such as the amount of core-time used. |
Applies to
Azure SDK for .NET