IWithRouteTable<ParentT>.WithExistingRouteTable Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WithExistingRouteTable(IRouteTable) |
Spécifie une table de routage existante à associer au sous-réseau. |
WithExistingRouteTable(String) |
Spécifie une table de routage existante à associer au sous-réseau. |
WithExistingRouteTable(IRouteTable)
Spécifie une table de routage existante à associer au sous-réseau.
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)
Paramètres
- routeTable
- IRouteTable
Table de routage existante à associer.
Retours
S’applique à
WithExistingRouteTable(String)
Spécifie une table de routage existante à associer au sous-réseau.
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)
Paramètres
- resourceId
- String
ID de ressource d’une table de routage existante.
Retours
S’applique à
Azure SDK for .NET