RouteErrorSeverity Struct

Definition

Severity of the route error.

public readonly struct RouteErrorSeverity : IEquatable<Azure.ResourceManager.IotHub.Models.RouteErrorSeverity>
type RouteErrorSeverity = struct
Public Structure RouteErrorSeverity
Implements IEquatable(Of RouteErrorSeverity)
Inheritance
RouteErrorSeverity
Implements

Constructors

RouteErrorSeverity(String)

Initializes a new instance of RouteErrorSeverity.

Properties

Error

error.

Warning

warning.

Methods

Equals(RouteErrorSeverity)

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(RouteErrorSeverity, RouteErrorSeverity)

Determines if two RouteErrorSeverity values are the same.

Implicit(String to RouteErrorSeverity)

Converts a string to a RouteErrorSeverity.

Inequality(RouteErrorSeverity, RouteErrorSeverity)

Determines if two RouteErrorSeverity values are not the same.

Applies to