IWithApplicationRuleCollectionSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the Azure firewall update allowing to specify the application rule collection settings.
public interface IWithApplicationRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>
type IWithApplicationRuleCollectionSettings = interface
interface IWithPriority<IWithApplicationRuleCollectionSettings>
interface IWithRuleCollectionActionType<IWithApplicationRuleCollectionSettings>
interface IInUpdate<IUpdate>
Public Interface IWithApplicationRuleCollectionSettings
Implements IInUpdate(Of IUpdate), IWithPriority(Of IWithApplicationRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithApplicationRuleCollectionSettings)
- Derived
- Implements
Methods
Attach() | (Inherited from IInUpdate<ParentT>) |
DefineAzureFirewallApplicationRule(String) |
Sets the Azure firewall application rule. |
UpdateAzureFirewallApplicationRule(String) |
Updates 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>) |
WithoutAzureFirewallApplicationRule(String) |
Removes the Azure firewall application rule. |
WithPriority(Int32) |
Sets the priority of firewall rule collection in Azure firewall. (Inherited from IWithPriority<ParentT>) |
Applies to
Azure SDK for .NET