Share via


IWithNetworkRuleCollectionSettings Interface

Definition

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

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

Methods

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

Sets the Azure firewall network 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