Share via


IWithRuleCollectionActionType<ParentT> Interface

Definition

The stage of the Azure firewall definition allowing to specify action type in firewall rule collection.

public interface IWithRuleCollectionActionType<ParentT>
type IWithRuleCollectionActionType<'ParentT> = interface
Public Interface IWithRuleCollectionActionType(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithAllowActionType()

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

WithDenyActionType()

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

Applies to