Condividi tramite


IWithNatRuleCollectionActionType<ParentT> Interface

Definition

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

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

Type Parameters

ParentT

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

Derived

Methods

WithDnatActionType()

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

WithSnatActionType()

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

Applies to