IWithRouteTable<ParentT>.WithExistingRouteTable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.UpdateDefinition.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.UpdateDefinition.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.UpdateDefinition.IWithAttach<ParentT> WithExistingRouteTable (string resourceId);
abstract member WithExistingRouteTable : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.UpdateDefinition.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
Azure SDK for .NET