Compartir a través de


IWithRouteTable<ParentT>.WithExistingRouteTable Método

Definición

Sobrecargas

WithExistingRouteTable(IRouteTable)

Especifica una tabla de rutas existente que se va a asociar a la subred.

WithExistingRouteTable(String)

Especifica una tabla de rutas existente que se va a asociar a la subred.

WithExistingRouteTable(IRouteTable)

Especifica una tabla de rutas existente que se va a asociar a la subred.

public Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT> WithExistingRouteTable (Microsoft.Azure.Management.Network.Fluent.IRouteTable routeTable);
abstract member WithExistingRouteTable : Microsoft.Azure.Management.Network.Fluent.IRouteTable -> Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<'ParentT>
Public Function WithExistingRouteTable (routeTable As IRouteTable) As IWithAttach(Of ParentT)

Parámetros

routeTable
IRouteTable

Tabla de rutas existente que se va a asociar.

Devoluciones

Se aplica a

WithExistingRouteTable(String)

Especifica una tabla de rutas existente que se va a asociar a la subred.

public Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT> WithExistingRouteTable (string resourceId);
abstract member WithExistingRouteTable : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<'ParentT>
Public Function WithExistingRouteTable (resourceId As String) As IWithAttach(Of ParentT)

Parámetros

resourceId
String

Identificador de recurso de una tabla de rutas existente.

Devoluciones

Se aplica a