Share via


IWithRoute.DefineRoute(String) Method

Definition

Begins the definition of a new route to add to the route table. The definition must be completed with a call to Route.UpdateDefinitionStages.WithAttach.attach().

public Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate> DefineRoute (string name);
abstract member DefineRoute : string -> Microsoft.Azure.Management.Network.Fluent.Route.UpdateDefinition.IBlank<Microsoft.Azure.Management.Network.Fluent.RouteTable.Update.IUpdate>
Public Function DefineRoute (name As String) As IBlank(Of IUpdate)

Parameters

name
String

The name of the route.

Returns

Applies to