PoolOperations.listPoolUsageMetrics 方法
定义
重载
listPoolUsageMetrics(DateTime startTime, DateTime endTime) |
Lists pool usage metrics.
|
listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel) |
Lists pool usage metrics.
|
listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors) |
Lists pool usage metrics.
|
listPoolUsageMetrics(DateTime startTime, DateTime endTime)
Lists pool usage metrics.
public PagedList<PoolUsageMetrics> listPoolUsageMetrics(DateTime startTime, DateTime endTime)
参数
- startTime
- DateTime
The start time of the aggregation interval covered by this entry.
- endTime
- DateTime
The end time of the aggregation interval for this entry.
返回
A list of PoolUsageMetrics objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel)
Lists pool usage metrics.
public PagedList<PoolUsageMetrics> listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel)
参数
- startTime
- DateTime
The start time of the aggregation interval covered by this entry.
- endTime
- DateTime
The end time of the aggregation interval for this entry.
- detailLevel
- DetailLevel
A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.
返回
A list of PoolUsageMetrics objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.
listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
Lists pool usage metrics.
public PagedList<PoolUsageMetrics> listPoolUsageMetrics(DateTime startTime, DateTime endTime, DetailLevel detailLevel, Iterable<BatchClientBehavior> additionalBehaviors)
参数
- startTime
- DateTime
The start time of the aggregation interval covered by this entry.
- endTime
- DateTime
The end time of the aggregation interval for this entry.
- detailLevel
- DetailLevel
A DetailLevel used for filtering the list and for controlling which properties are retrieved from the service.
- additionalBehaviors
- Iterable<BatchClientBehavior>
A collection of BatchClientBehavior instances that are applied to the Batch service request.
返回
A list of PoolUsageMetrics objects.
例外
Exception thrown when an error response is received from the Batch service.
Exception thrown when there is an error in serialization/deserialization of data sent to/received from the Batch service.