RouteErrorSeverity 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 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
Azure SDK for .NET