IWithApplicationRuleCollectionSettings.WithoutAzureFirewallApplicationRule Method

Definition

Removes the Azure firewall application rule.

public Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings WithoutAzureFirewallApplicationRule (string name);
abstract member WithoutAzureFirewallApplicationRule : string -> Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings
Public Function WithoutAzureFirewallApplicationRule (name As String) As IWithApplicationRuleCollectionSettings

Parameters

name
String

The name of application rule.

Returns

Applies to