Share via


IWithRoute.WithoutRoute(String) Method

Definition

Removes the specified route from the route table.

public Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate WithoutRoute (string name);
abstract member WithoutRoute : string -> Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate
Public Function WithoutRoute (name As String) As IUpdate

Parameters

name
String

The name of an existing route on this route table.

Returns

Applies to