CpuThreshold Struct
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.
Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.
public readonly struct CpuThreshold : IEquatable<Azure.ResourceManager.Advisor.Models.CpuThreshold>
type CpuThreshold = struct
Public Structure CpuThreshold
Implements IEquatable(Of CpuThreshold)
- Inheritance
-
CpuThreshold
- Implements
Constructors
| Name | Description |
|---|---|
| CpuThreshold(String) |
Initializes a new instance of CpuThreshold. |
Properties
| Name | Description |
|---|---|
| Fifteen |
|
| Five |
|
| Ten |
|
| Twenty |
|
Methods
| Name | Description |
|---|---|
| Equals(CpuThreshold) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CpuThreshold, CpuThreshold) |
Determines if two CpuThreshold values are the same. |
| Implicit(String to CpuThreshold) |
Converts a String to a CpuThreshold. |
| Inequality(CpuThreshold, CpuThreshold) |
Determines if two CpuThreshold values are not the same. |