UsageStatistics Constructors
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.
Overloads
UsageStatistics() |
Initializes a new instance of the UsageStatistics class. |
UsageStatistics(DateTime, DateTime, TimeSpan) |
Initializes a new instance of the UsageStatistics class. |
UsageStatistics()
- Source:
- UsageStatistics.cs
Initializes a new instance of the UsageStatistics class.
public UsageStatistics ();
Public Sub New ()
Applies to
UsageStatistics(DateTime, DateTime, TimeSpan)
- Source:
- UsageStatistics.cs
Initializes a new instance of the UsageStatistics class.
public UsageStatistics (DateTime startTime, DateTime lastUpdateTime, TimeSpan dedicatedCoreTime);
new Microsoft.Azure.Batch.Protocol.Models.UsageStatistics : DateTime * DateTime * TimeSpan -> Microsoft.Azure.Batch.Protocol.Models.UsageStatistics
Public Sub New (startTime As DateTime, lastUpdateTime As DateTime, dedicatedCoreTime As TimeSpan)
Parameters
- startTime
- DateTime
The start time of the time range covered by the statistics.
- lastUpdateTime
- DateTime
The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.
- dedicatedCoreTime
- TimeSpan
The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.
Applies to
Azure SDK for .NET