ArmHciModelFactory.RouteTable Method
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.
Initializes a new instance of RouteTable.
public static Azure.ResourceManager.Hci.Models.RouteTable RouteTable (string etag = default, string name = default, string routeTableType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.Route> routes = default);
static member RouteTable : string * string * string * seq<Azure.ResourceManager.Hci.Models.Route> -> Azure.ResourceManager.Hci.Models.RouteTable
Public Shared Function RouteTable (Optional etag As String = Nothing, Optional name As String = Nothing, Optional routeTableType As String = Nothing, Optional routes As IEnumerable(Of Route) = Nothing) As RouteTable
Parameters
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- name
- String
Resource name.
- routeTableType
- String
Resource type.
- routes
- IEnumerable<Route>
Collection of routes contained within a route table.
Returns
A new RouteTable instance for mocking.
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