Sdílet prostřednictvím


GetOutboundRoutesParameters Constructors

Definition

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.

Applies to