RouteCompilationError Constructors
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.
Overloads
RouteCompilationError() |
Initializes a new instance of the RouteCompilationError class. |
RouteCompilationError(String, String, RouteErrorRange) |
Initializes a new instance of the RouteCompilationError class. |
RouteCompilationError()
Initializes a new instance of the RouteCompilationError class.
public RouteCompilationError ();
Public Sub New ()
Applies to
RouteCompilationError(String, String, RouteErrorRange)
Initializes a new instance of the RouteCompilationError class.
public RouteCompilationError (string message = default, string severity = default, Microsoft.Azure.Management.IotHub.Models.RouteErrorRange location = default);
new Microsoft.Azure.Management.IotHub.Models.RouteCompilationError : string * string * Microsoft.Azure.Management.IotHub.Models.RouteErrorRange -> Microsoft.Azure.Management.IotHub.Models.RouteCompilationError
Public Sub New (Optional message As String = Nothing, Optional severity As String = Nothing, Optional location As RouteErrorRange = Nothing)
Parameters
- message
- String
Route error message
- severity
- String
Severity of the route error. Possible values include: 'error', 'warning'
- location
- RouteErrorRange
Location where the route error happened
Applies to
Azure SDK for .NET