GetOutboundRoutesParameters 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
GetOutboundRoutesParameters() |
Initializes a new instance of the GetOutboundRoutesParameters class. |
GetOutboundRoutesParameters(String, String) |
Initializes a new instance of the GetOutboundRoutesParameters class. |
GetOutboundRoutesParameters()
Initializes a new instance of the GetOutboundRoutesParameters class.
public GetOutboundRoutesParameters ();
Public Sub New ()
Applies to
GetOutboundRoutesParameters(String, String)
Initializes a new instance of the GetOutboundRoutesParameters class.
public GetOutboundRoutesParameters (string resourceUri = default, string connectionType = default);
new Microsoft.Azure.Management.Network.Models.GetOutboundRoutesParameters : string * string -> Microsoft.Azure.Management.Network.Models.GetOutboundRoutesParameters
Public Sub New (Optional resourceUri As String = Nothing, Optional connectionType As String = Nothing)
Parameters
- resourceUri
- String
The connection resource whose outbound routes are being requested.
- connectionType
- String
The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.