SelfHelpImportanceLevel 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.
Importance level of the insight.
public readonly struct SelfHelpImportanceLevel : IEquatable<Azure.ResourceManager.SelfHelp.Models.SelfHelpImportanceLevel>
type SelfHelpImportanceLevel = struct
Public Structure SelfHelpImportanceLevel
Implements IEquatable(Of SelfHelpImportanceLevel)
- Inheritance
-
SelfHelpImportanceLevel
- Implements
Constructors
SelfHelpImportanceLevel(String) |
Initializes a new instance of SelfHelpImportanceLevel. |
Properties
Critical |
A critical insight has been found after running the diagnostic. |
Information |
An information insight has been found after running the diagnostic. |
Warning |
A warning insight has been found after running the diagnostic. |
Methods
Equals(SelfHelpImportanceLevel) |
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(SelfHelpImportanceLevel, SelfHelpImportanceLevel) |
Determines if two SelfHelpImportanceLevel values are the same. |
Implicit(String to SelfHelpImportanceLevel) |
Converts a string to a SelfHelpImportanceLevel. |
Inequality(SelfHelpImportanceLevel, SelfHelpImportanceLevel) |
Determines if two SelfHelpImportanceLevel values are not the same. |
Applies to
Azure SDK for .NET