Share via


EffectiveRoute Constructors

Definition

Overloads

EffectiveRoute()
EffectiveRoute(String, String, String, IList<String>, IList<String>, String)

EffectiveRoute()

public EffectiveRoute ();
Public Sub New ()

Applies to

EffectiveRoute(String, String, String, IList<String>, IList<String>, String)

public EffectiveRoute (string name = default, string source = default, string state = default, System.Collections.Generic.IList<string> addressPrefix = default, System.Collections.Generic.IList<string> nextHopIpAddress = default, string nextHopType = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRoute : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveRoute
Public Sub New (Optional name As String = Nothing, Optional source As String = Nothing, Optional state As String = Nothing, Optional addressPrefix As IList(Of String) = Nothing, Optional nextHopIpAddress As IList(Of String) = Nothing, Optional nextHopType As String = Nothing)

Parameters

name
String
source
String
state
String
addressPrefix
IList<String>
nextHopIpAddress
IList<String>
nextHopType
String

Applies to