CustomRecommendationSeverity 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 severity to relate to the assessments generated by this Recommendation.
public readonly struct CustomRecommendationSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.CustomRecommendationSeverity>
type CustomRecommendationSeverity = struct
Public Structure CustomRecommendationSeverity
Implements IEquatable(Of CustomRecommendationSeverity)
- Inheritance
-
CustomRecommendationSeverity
- Implements
Constructors
| Name | Description |
|---|---|
| CustomRecommendationSeverity(String) |
Initializes a new instance of CustomRecommendationSeverity. |
Properties
| Name | Description |
|---|---|
| High |
High. |
| Low |
Low. |
| Medium |
Medium. |
Methods
| Name | Description |
|---|---|
| Equals(CustomRecommendationSeverity) |
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(CustomRecommendationSeverity, CustomRecommendationSeverity) |
Determines if two CustomRecommendationSeverity values are the same. |
| Implicit(String to CustomRecommendationSeverity) |
Converts a string to a CustomRecommendationSeverity. |
| Implicit(String to Nullable<CustomRecommendationSeverity>) | |
| Inequality(CustomRecommendationSeverity, CustomRecommendationSeverity) |
Determines if two CustomRecommendationSeverity values are not the same. |