IWithApplicationRuleCollectionSettings Interface

Definition

The stage of the Azure firewall definition allowing to specify application rule collection settings.

public interface IWithApplicationRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>
type IWithApplicationRuleCollectionSettings = interface
    interface IWithPriority<IWithApplicationRuleCollectionSettings>
    interface IWithRuleCollectionActionType<IWithApplicationRuleCollectionSettings>
    interface IInDefinition<IWithCreate>
Public Interface IWithApplicationRuleCollectionSettings
Implements IInDefinition(Of IWithCreate), IWithPriority(Of IWithApplicationRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithApplicationRuleCollectionSettings)
Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
DefineAzureFirewallApplicationRule(String)

Sets the Azure firewall application rule.

WithAllowActionType()

Sets the action type of firewall rule collection as 'Allow' in Azure firewall.

(Inherited from IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

Sets the action type of firewall rule collection as 'Deny' in Azure firewall.

(Inherited from IWithRuleCollectionActionType<ParentT>)
WithPriority(Int32)

Sets the priority of firewall rule collection in Azure firewall.

(Inherited from IWithPriority<ParentT>)

Applies to