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