DataBoxEdgeAlertSeverity 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.
Severity of the alert.
public readonly struct DataBoxEdgeAlertSeverity : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeAlertSeverity>
type DataBoxEdgeAlertSeverity = struct
Public Structure DataBoxEdgeAlertSeverity
Implements IEquatable(Of DataBoxEdgeAlertSeverity)
- Inheritance
-
DataBoxEdgeAlertSeverity
- Implements
Constructors
DataBoxEdgeAlertSeverity(String) |
Initializes a new instance of DataBoxEdgeAlertSeverity. |
Properties
Critical |
Critical. |
Informational |
Informational. |
Warning |
Warning. |
Methods
Equals(DataBoxEdgeAlertSeverity) |
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(DataBoxEdgeAlertSeverity, DataBoxEdgeAlertSeverity) |
Determines if two DataBoxEdgeAlertSeverity values are the same. |
Implicit(String to DataBoxEdgeAlertSeverity) |
Converts a string to a DataBoxEdgeAlertSeverity. |
Inequality(DataBoxEdgeAlertSeverity, DataBoxEdgeAlertSeverity) |
Determines if two DataBoxEdgeAlertSeverity values are not the same. |
Applies to
Azure SDK for .NET