Freigeben über


IWithApplicationRuleCollectionSettings Schnittstelle

Definition

Die Phase des Azure Firewall-Updates, in der die Einstellungen für die Sammlung von Anwendungsregeln angegeben werden können.

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)
Abgeleitet
Implementiert

Methoden

Attach()

Die Phase des Azure Firewall-Updates, in der die Einstellungen für die Sammlung von Anwendungsregeln angegeben werden können.

(Geerbt von IInUpdate<ParentT>)
DefineAzureFirewallApplicationRule(String)

Legt die Azure Firewall-Anwendungsregel fest.

UpdateAzureFirewallApplicationRule(String)

Updates die Azure Firewall-Anwendungsregel.

WithAllowActionType()

Legt den Aktionstyp der Firewallregelsammlung in Azure Firewall auf "Zulassen" fest.

(Geerbt von IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

Legt den Aktionstyp der Firewallregelsammlung in Azure Firewall auf "Verweigern" fest.

(Geerbt von IWithRuleCollectionActionType<ParentT>)
WithoutAzureFirewallApplicationRule(String)

Entfernt die Azure Firewall-Anwendungsregel.

WithPriority(Int32)

Legt die Priorität der Firewallregelsammlung in Azure Firewall fest.

(Geerbt von IWithPriority<ParentT>)

Gilt für: