Partilhar via


IWithRouteTable.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.Update.IUpdate WithExistingRouteTable (Microsoft.Azure.Management.Network.Fluent.IRouteTable routeTable);
abstract member WithExistingRouteTable : Microsoft.Azure.Management.Network.Fluent.IRouteTable -> Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate
Public Function WithExistingRouteTable (routeTable As IRouteTable) As IUpdate

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.Update.IUpdate WithExistingRouteTable (string resourceId);
abstract member WithExistingRouteTable : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate
Public Function WithExistingRouteTable (resourceId As String) As IUpdate

Parâmetros

resourceId
String

A ID do recurso de uma tabela de rotas existente.

Retornos

Aplica-se a