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
CpuThreshold(String) |
Initializes a new instance of CpuThreshold. |
Properties
Fifteen |
|
Five |
|
Ten |
|
Twenty |
|
Methods
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
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. |