RecommendationFindingStatusType 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 finding status.
public readonly struct RecommendationFindingStatusType : IEquatable<Azure.Health.Insights.RadiologyInsights.RecommendationFindingStatusType>
type RecommendationFindingStatusType = struct
Public Structure RecommendationFindingStatusType
Implements IEquatable(Of RecommendationFindingStatusType)
- Inheritance
-
RecommendationFindingStatusType
- Implements
Constructors
RecommendationFindingStatusType(String) |
Initializes a new instance of RecommendationFindingStatusType. |
Properties
Conditional |
Conditional finding status. |
Differential |
Differential finding status. |
Present |
Present finding status. |
RuleOut |
Rule out finding status. |
Methods
Equals(RecommendationFindingStatusType) |
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(RecommendationFindingStatusType, RecommendationFindingStatusType) |
Determines if two RecommendationFindingStatusType values are the same. |
Implicit(String to RecommendationFindingStatusType) |
Converts a string to a RecommendationFindingStatusType. |
Inequality(RecommendationFindingStatusType, RecommendationFindingStatusType) |
Determines if two RecommendationFindingStatusType values are not the same. |
Applies to
Azure SDK for .NET