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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET