ResourceMonitoringOptions 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 to control resource monitoring behavior.
public ref class ResourceMonitoringOptions
public class ResourceMonitoringOptions
type ResourceMonitoringOptions = class
Public Class ResourceMonitoringOptions
- Inheritance
-
ResourceMonitoringOptions
Constructors
ResourceMonitoringOptions() |
Properties
CollectionWindow |
Gets or sets the maximum time window for which utilization can be requested. |
CpuConsumptionRefreshInterval |
Gets or sets the default interval used for refreshing values reported by |
MemoryConsumptionRefreshInterval |
Gets or sets the default interval used for refreshing values reported by |
PublishingWindow |
Gets or sets the observation window used to calculate the ResourceUtilization instances pushed to publishers. |
SamplingInterval |
Gets or sets the interval at which a new utilization sample is captured. |
SourceIpAddresses |
Gets or sets the list of source IPv4 addresses to track the connections for in telemetry. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |