TestRouteResult 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
TestRouteResult() |
Initializes a new instance of the TestRouteResult class. |
TestRouteResult(String, TestRouteResultDetails) |
Initializes a new instance of the TestRouteResult class. |
TestRouteResult()
Initializes a new instance of the TestRouteResult class.
public TestRouteResult ();
Public Sub New ()
Applies to
TestRouteResult(String, TestRouteResultDetails)
Initializes a new instance of the TestRouteResult class.
public TestRouteResult (string result = default, Microsoft.Azure.Management.IotHub.Models.TestRouteResultDetails details = default);
new Microsoft.Azure.Management.IotHub.Models.TestRouteResult : string * Microsoft.Azure.Management.IotHub.Models.TestRouteResultDetails -> Microsoft.Azure.Management.IotHub.Models.TestRouteResult
Public Sub New (Optional result As String = Nothing, Optional details As TestRouteResultDetails = Nothing)
Parameters
- result
- String
Result of testing route. Possible values include: 'undefined', 'false', 'true'
- details
- TestRouteResultDetails
Detailed result of testing route
Applies to
Azure SDK for .NET