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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET