Route 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
Route() | |
Route(String, String, String, String, String, String, String) |
Route()
public Route ();
Public Sub New ()
Applies to
Route(String, String, String, String, String, String, String)
public Route (string nextHopType, string id = default, string addressPrefix = default, string nextHopIpAddress = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Route : string * string * string * string * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Route
Public Sub New (nextHopType As String, Optional id As String = Nothing, Optional addressPrefix As String = Nothing, Optional nextHopIpAddress As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- nextHopType
- String
- id
- String
- addressPrefix
- String
- nextHopIpAddress
- String
- provisioningState
- String
- name
- String
- etag
- String