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
| Name | Description |
|---|---|
| RecommendationConfigStatus(String) |
Initializes a new instance of RecommendationConfigStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |