GatewayRouteListResult 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
GatewayRouteListResult() |
Initializes a new instance of the GatewayRouteListResult class. |
GatewayRouteListResult(IList<GatewayRoute>) |
Initializes a new instance of the GatewayRouteListResult class. |
GatewayRouteListResult()
Initializes a new instance of the GatewayRouteListResult class.
public GatewayRouteListResult ();
Public Sub New ()
Applies to
GatewayRouteListResult(IList<GatewayRoute>)
Initializes a new instance of the GatewayRouteListResult class.
public GatewayRouteListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayRoute> value = default);
new Microsoft.Azure.Management.Network.Models.GatewayRouteListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayRoute> -> Microsoft.Azure.Management.Network.Models.GatewayRouteListResult
Public Sub New (Optional value As IList(Of GatewayRoute) = Nothing)
Parameters
- value
- IList<GatewayRoute>
List of gateway routes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET