Share via


TestRouteResult Constructors

Definition

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