GatewayRouteListResultInner 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
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET