RejectingRecommendationReason 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.
Reason for rejecting recommendation name enum.
public readonly struct RejectingRecommendationReason : IEquatable<Azure.ResourceManager.Advisor.Models.RejectingRecommendationReason>
type RejectingRecommendationReason = struct
Public Structure RejectingRecommendationReason
Implements IEquatable(Of RejectingRecommendationReason)
- Inheritance
-
RejectingRecommendationReason
- Implements
Constructors
| Name | Description |
|---|---|
| RejectingRecommendationReason(String) |
Initializes a new instance of RejectingRecommendationReason. |
Properties
| Name | Description |
|---|---|
| NotARisk |
Not A Risk. |
| RiskAccepted |
Risk Accepted. |
Methods
| Name | Description |
|---|---|
| Equals(RejectingRecommendationReason) |
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(RejectingRecommendationReason, RejectingRecommendationReason) |
Determines if two RejectingRecommendationReason values are the same. |
| Implicit(String to Nullable<RejectingRecommendationReason>) | |
| Implicit(String to RejectingRecommendationReason) |
Converts a string to a RejectingRecommendationReason. |
| Inequality(RejectingRecommendationReason, RejectingRecommendationReason) |
Determines if two RejectingRecommendationReason values are not the same. |