GetInboundRoutesParameters 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
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.