Bagikan melalui


GetInboundRoutesParameters Constructors

Definition

Overloads

GetInboundRoutesParameters()

Initializes a new instance of the GetInboundRoutesParameters class.

GetInboundRoutesParameters(String, String)

Initializes a new instance of the GetInboundRoutesParameters class.

GetInboundRoutesParameters()

Initializes a new instance of the GetInboundRoutesParameters class.

public GetInboundRoutesParameters ();
Public Sub New ()

Applies to

GetInboundRoutesParameters(String, String)

Initializes a new instance of the GetInboundRoutesParameters class.

public GetInboundRoutesParameters (string resourceUri = default, string connectionType = default);
new Microsoft.Azure.Management.Network.Models.GetInboundRoutesParameters : string * string -> Microsoft.Azure.Management.Network.Models.GetInboundRoutesParameters
Public Sub New (Optional resourceUri As String = Nothing, Optional connectionType As String = Nothing)

Parameters

resourceUri
String

The connection resource whose inbound routes are being requested.

connectionType
String

The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.

Applies to