Freigeben über


RecommendationPriorityName Struct

Definition

Recommendation priority name enum.

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

Constructors

Name Description
RecommendationPriorityName(String)

Initializes a new instance of RecommendationPriorityName.

Properties

Name Description
High

High.

Low

Low.

Medium

Medium.

Methods

Name Description
Equals(RecommendationPriorityName)

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

Determines if two RecommendationPriorityName values are the same.

Implicit(String to Nullable<RecommendationPriorityName>)
Implicit(String to RecommendationPriorityName)

Converts a string to a RecommendationPriorityName.

Inequality(RecommendationPriorityName, RecommendationPriorityName)

Determines if two RecommendationPriorityName values are not the same.

Applies to