ConnectivityHop 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
| ConnectivityHop() | |
| ConnectivityHop(String, String, String, String, IList<String>, IList<ConnectivityIssue>) |
ConnectivityHop()
public ConnectivityHop ();
Public Sub New ()
Applies to
ConnectivityHop(String, String, String, String, IList<String>, IList<ConnectivityIssue>)
public ConnectivityHop (string type = default, string id = default, string address = default, string resourceId = default, System.Collections.Generic.IList<string> nextHopIds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.ConnectivityIssue> issues = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.ConnectivityHop : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.ConnectivityIssue> -> Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.ConnectivityHop
Public Sub New (Optional type As String = Nothing, Optional id As String = Nothing, Optional address As String = Nothing, Optional resourceId As String = Nothing, Optional nextHopIds As IList(Of String) = Nothing, Optional issues As IList(Of ConnectivityIssue) = Nothing)
Parameters
- type
- String
- id
- String
- address
- String
- resourceId
- String
- issues
- IList<ConnectivityIssue>