Share via


GatewayRouteListResultInner Constructors

Definition

Overloads

GatewayRouteListResultInner()

Initializes a new instance of the GatewayRouteListResultInner class.

GatewayRouteListResultInner(IList<GatewayRoute>)

Initializes a new instance of the GatewayRouteListResultInner class.

GatewayRouteListResultInner()

Initializes a new instance of the GatewayRouteListResultInner class.

public GatewayRouteListResultInner ();
Public Sub New ()

Applies to

GatewayRouteListResultInner(IList<GatewayRoute>)

Initializes a new instance of the GatewayRouteListResultInner class.

public GatewayRouteListResultInner (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.GatewayRoute> value = default);
new Microsoft.Azure.Management.Network.Fluent.Models.GatewayRouteListResultInner : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.GatewayRoute> -> Microsoft.Azure.Management.Network.Fluent.Models.GatewayRouteListResultInner
Public Sub New (Optional value As IList(Of GatewayRoute) = Nothing)

Parameters

value
IList<GatewayRoute>

List of gateway routes.

Applies to