RecommendationPriority 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.
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. |