RecommendationRisk 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 potential risk of not implementing the recommendation.
public readonly struct RecommendationRisk : IEquatable<Azure.ResourceManager.Advisor.Models.RecommendationRisk>
type RecommendationRisk = struct
Public Structure RecommendationRisk
Implements IEquatable(Of RecommendationRisk)
- Inheritance
-
RecommendationRisk
- Implements
Constructors
| Name | Description |
|---|---|
| RecommendationRisk(String) |
Initializes a new instance of RecommendationRisk. |
Properties
| Name | Description |
|---|---|
| Error |
Gets the Error. |
| None |
Gets the None. |
| Warning |
Gets the Warning. |
Methods
| Name | Description |
|---|---|
| Equals(RecommendationRisk) |
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(RecommendationRisk, RecommendationRisk) |
Determines if two RecommendationRisk values are the same. |
| Implicit(String to Nullable<RecommendationRisk>) | |
| Implicit(String to RecommendationRisk) |
Converts a string to a RecommendationRisk. |
| Inequality(RecommendationRisk, RecommendationRisk) |
Determines if two RecommendationRisk values are not the same. |