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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET