Freigeben über


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

Name Description
DataBoxEdgeAlertSeverity(String)

Initializes a new instance of DataBoxEdgeAlertSeverity.

Properties

Name Description
Critical

Critical.

Informational

Informational.

Warning

Warning.

Methods

Name Description
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

Name Description
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