Compartilhar via


IWithRouteTable<ParentT>.WithExistingRouteTable Método

Definição

Sobrecargas

WithExistingRouteTable(IRouteTable)

Especifica uma tabela de rotas existente a ser associada à sub-rede.

WithExistingRouteTable(String)

Especifica uma tabela de rotas existente a ser associada à sub-rede.

WithExistingRouteTable(IRouteTable)

Especifica uma tabela de rotas existente a ser associada à sub-rede.

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

Uma tabela de rotas existente a ser associada.

Retornos

Aplica-se a

WithExistingRouteTable(String)

Especifica uma tabela de rotas existente a ser associada à sub-rede.

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

A ID do recurso de uma tabela de rotas existente.

Retornos

Aplica-se a