ResourceUtilizationHealthCheckOptions 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.
Options for the resource utilization health check.
public ref class ResourceUtilizationHealthCheckOptions
public class ResourceUtilizationHealthCheckOptions
type ResourceUtilizationHealthCheckOptions = class
Public Class ResourceUtilizationHealthCheckOptions
- Inheritance
-
ResourceUtilizationHealthCheckOptions
Constructors
ResourceUtilizationHealthCheckOptions() |
Properties
CpuThresholds |
Gets or sets thresholds for CPU utilization. |
MemoryThresholds |
Gets or sets thresholds for memory utilization. |
SamplingWindow |
Obsolete.
Gets or sets the time window used for calculating CPU and memory utilization averages. |
UseObservableResourceMonitoringInstruments |
Gets or sets a value indicating whether the observable instruments will be used for getting CPU and Memory usage as opposed to the default IResourceMonitor API which is obsolete. |