RecommendationStatusName 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.
Recommendation status name enum.
public readonly struct RecommendationStatusName : IEquatable<Azure.ResourceManager.Advisor.Models.RecommendationStatusName>
type RecommendationStatusName = struct
Public Structure RecommendationStatusName
Implements IEquatable(Of RecommendationStatusName)
- Inheritance
-
RecommendationStatusName
- Implements
Constructors
| Name | Description |
|---|---|
| RecommendationStatusName(String) |
Initializes a new instance of RecommendationStatusName. |
Properties
| Name | Description |
|---|---|
| Approved |
Approved. |
| Pending |
Pending. |
| Rejected |
Rejected. |
Methods
| Name | Description |
|---|---|
| Equals(RecommendationStatusName) |
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(RecommendationStatusName, RecommendationStatusName) |
Determines if two RecommendationStatusName values are the same. |
| Implicit(String to Nullable<RecommendationStatusName>) | |
| Implicit(String to RecommendationStatusName) |
Converts a string to a RecommendationStatusName. |
| Inequality(RecommendationStatusName, RecommendationStatusName) |
Determines if two RecommendationStatusName values are not the same. |