Share via


IWithRequestRoutingRule.WithoutRequestRoutingRule(String) Method

Definition

Removes a request routing rule from the application gateway.

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

Parameters

name
String

The name of the request routing rule to remove.

Returns

Applies to