IWithRouteTable.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.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
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.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
Paramètres
- resourceId
- String
ID de ressource d’une table de routage existante.
Retours
S’applique à
Azure SDK for .NET