Share via


ArmHciModelFactory.RouteTable Method

Definition

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