Freigeben über


AdvisorCpuThreshold Struct

Definition

Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.

public readonly struct AdvisorCpuThreshold : IEquatable<Azure.ResourceManager.Advisor.Models.AdvisorCpuThreshold>
type AdvisorCpuThreshold = struct
Public Structure AdvisorCpuThreshold
Implements IEquatable(Of AdvisorCpuThreshold)
Inheritance
AdvisorCpuThreshold
Implements

Constructors

Name Description
AdvisorCpuThreshold(String)

Initializes a new instance of AdvisorCpuThreshold.

Properties

Name Description
Fifteen

Gets the Fifteen.

Five

Gets the Five.

Ten

Gets the Ten.

Twenty

Gets the Twenty.

Methods

Name Description
Equals(AdvisorCpuThreshold)

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(AdvisorCpuThreshold, AdvisorCpuThreshold)

Determines if two AdvisorCpuThreshold values are the same.

Implicit(String to AdvisorCpuThreshold)

Converts a string to a AdvisorCpuThreshold.

Implicit(String to Nullable<AdvisorCpuThreshold>)
Inequality(AdvisorCpuThreshold, AdvisorCpuThreshold)

Determines if two AdvisorCpuThreshold values are not the same.

Applies to