Condividi tramite


RecommendationPriority Struct

Definition

The Priority of the Recommendation.

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

Constructors

Name Description
RecommendationPriority(String)

Initializes a new instance of RecommendationPriority.

Properties

Name Description
Critical

Gets the Critical.

High

Gets the High.

Informational

Gets the Informational.

Low

Gets the Low.

Medium

Gets the Medium.

Methods

Name Description
Equals(RecommendationPriority)

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

Determines if two RecommendationPriority values are the same.

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

Converts a string to a RecommendationPriority.

Inequality(RecommendationPriority, RecommendationPriority)

Determines if two RecommendationPriority values are not the same.

Applies to