Share via


IWithApplicationRuleProtocol<ParentT> Interface

Definition

The stage of the Azure firewall definition allowing to specify source addresses in firewall rule.

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

Type Parameters

ParentT

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

Derived

Methods

WithHttpProtocol(Nullable<Int32>)

Sets the Http protocol of firewall rule in Azure firewall.

WithHttpsProtocol(Nullable<Int32>)

Sets the Https protocol of firewall rule in Azure firewall.

WithMssqlProtocol(Nullable<Int32>)

Sets the Mssql protocol of firewall rule in Azure firewall.

Applies to