RecommendationConfigStatus 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. When the recommendation status is disabled recommendations are not generated.
public readonly struct RecommendationConfigStatus : IEquatable<Azure.ResourceManager.SecurityCenter.Models.RecommendationConfigStatus>
type RecommendationConfigStatus = struct
Public Structure RecommendationConfigStatus
Implements IEquatable(Of RecommendationConfigStatus)
- Inheritance
-
RecommendationConfigStatus
- Implements
Constructors
RecommendationConfigStatus(String) |
Initializes a new instance of RecommendationConfigStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(RecommendationConfigStatus) |
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(RecommendationConfigStatus, RecommendationConfigStatus) |
Determines if two RecommendationConfigStatus values are the same. |
Implicit(String to RecommendationConfigStatus) |
Converts a string to a RecommendationConfigStatus. |
Inequality(RecommendationConfigStatus, RecommendationConfigStatus) |
Determines if two RecommendationConfigStatus values are not the same. |
Applies to
Azure SDK for .NET