Partager via


IWithRouteTable.WithExistingRouteTable Méthode

Définition

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 à