EffectiveNextHop 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
EffectiveNextHop() |
Initializes a new instance of the EffectiveNextHop class. |
EffectiveNextHop(String, IList<String>) |
Initializes a new instance of the EffectiveNextHop class with required arguments. |
EffectiveNextHop()
Initializes a new instance of the EffectiveNextHop class.
public EffectiveNextHop ();
Public Sub New ()
Applies to
EffectiveNextHop(String, IList<String>)
Initializes a new instance of the EffectiveNextHop class with required arguments.
public EffectiveNextHop (string type, System.Collections.Generic.IList<string> ipAddresses);
new Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop : string * System.Collections.Generic.IList<string> -> Microsoft.WindowsAzure.Management.Network.Models.EffectiveNextHop
Public Sub New (type As String, ipAddresses As IList(Of String))
Parameters
- type
- String