RecommendationStatus 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 initial recommendation status of the machine group or machine.
public readonly struct RecommendationStatus : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RecommendationStatus>
type RecommendationStatus = struct
Public Structure RecommendationStatus
Implements IEquatable(Of RecommendationStatus)
- Inheritance
-
RecommendationStatus
- Implements
Constructors
RecommendationStatus(String) |
Initializes a new instance of RecommendationStatus. |
Properties
NoStatus |
NoStatus. |
NotAvailable |
NotAvailable. |
NotRecommended |
NotRecommended. |
Recommended |
Recommended. |
Methods
Equals(RecommendationStatus) |
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
Equality(RecommendationStatus, RecommendationStatus) |
Determines if two RecommendationStatus values are the same. |
Implicit(String to RecommendationStatus) |
Converts a string to a RecommendationStatus. |
Inequality(RecommendationStatus, RecommendationStatus) |
Determines if two RecommendationStatus values are not the same. |
Applies to
Azure SDK for .NET