DataBoxEdgeAlertSeverity Struct

Definition

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