共用方式為


TestAllRoutesResult Constructors

Definition

Overloads

TestAllRoutesResult()

Initializes a new instance of the TestAllRoutesResult class.

TestAllRoutesResult(IList<MatchedRoute>)

Initializes a new instance of the TestAllRoutesResult class.

TestAllRoutesResult()

Initializes a new instance of the TestAllRoutesResult class.

public TestAllRoutesResult ();
Public Sub New ()

Applies to

TestAllRoutesResult(IList<MatchedRoute>)

Initializes a new instance of the TestAllRoutesResult class.

public TestAllRoutesResult (System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.MatchedRoute> routes = default);
new Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult : System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.MatchedRoute> -> Microsoft.Azure.Management.IotHub.Models.TestAllRoutesResult
Public Sub New (Optional routes As IList(Of MatchedRoute) = Nothing)

Parameters

routes
IList<MatchedRoute>

JSON-serialized array of matched routes

Applies to