Share via


IWithRoute.UpdateRoute(String) Method

Definition

Begins the update of an existing route on this route table.

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

Parameters

name
String

The name of an existing route.

Returns

Applies to