Partager via


IWithRouteTable<ParentT>.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.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 à