Share via


IWithRule.DefineRule(String) Method

Definition

Begins the definition of a new route filter rule to be added to this route filter.

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

Parameters

name
String

The name of the route filter rule.

Returns

Applies to