Freigeben über


IWithApplicationRuleCollectionSettings Schnittstelle

Definition

Die Phase der Azure-Firewalldefinition, die das Angeben von Einstellungen für die Sammlung von Anwendungsregeln ermöglicht.

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

Methoden

Attach()

Die Phase der Azure-Firewalldefinition, die das Angeben von Einstellungen für die Sammlung von Anwendungsregeln ermöglicht.

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

Legt die Azure Firewall-Anwendungsregel fest.

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>)
WithPriority(Int32)

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

(Geerbt von IWithPriority<ParentT>)

Gilt für: