Partilhar via


ComputeBatchModelFactory.BatchPoolStatistics Method

Definition

Initializes a new instance of BatchPoolStatistics.

public static Azure.Compute.Batch.BatchPoolStatistics BatchPoolStatistics (string url = default, DateTimeOffset startTime = default, DateTimeOffset lastUpdateTime = default, Azure.Compute.Batch.BatchPoolUsageStatistics usageStats = default, Azure.Compute.Batch.BatchPoolResourceStatistics resourceStats = default);
static member BatchPoolStatistics : string * DateTimeOffset * DateTimeOffset * Azure.Compute.Batch.BatchPoolUsageStatistics * Azure.Compute.Batch.BatchPoolResourceStatistics -> Azure.Compute.Batch.BatchPoolStatistics
Public Shared Function BatchPoolStatistics (Optional url As String = Nothing, Optional startTime As DateTimeOffset = Nothing, Optional lastUpdateTime As DateTimeOffset = Nothing, Optional usageStats As BatchPoolUsageStatistics = Nothing, Optional resourceStats As BatchPoolResourceStatistics = Nothing) As BatchPoolStatistics

Parameters

url
String

The URL for the statistics.

startTime
DateTimeOffset

The start time of the time range covered by the statistics.

lastUpdateTime
DateTimeOffset

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

usageStats
BatchPoolUsageStatistics

Statistics related to Pool usage, such as the amount of core-time used.

resourceStats
BatchPoolResourceStatistics

Statistics related to resource consumption by Compute Nodes in the Pool.

Returns

A new BatchPoolStatistics instance for mocking.

Applies to