你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithApplicationRuleCollectionSettings 接口

定义

允许指定应用程序规则集合设置的 Azure 防火墙更新阶段。

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)
派生
实现

方法

Attach()

允许指定应用程序规则集合设置的 Azure 防火墙更新阶段。

(继承自 IInUpdate<ParentT>)
DefineAzureFirewallApplicationRule(String)

设置 Azure 防火墙应用程序规则。

UpdateAzureFirewallApplicationRule(String)

汇报 Azure 防火墙应用程序规则。

WithAllowActionType()

在 Azure 防火墙中将防火墙规则集合的操作类型设置为“允许”。

(继承自 IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

在 Azure 防火墙中,将防火墙规则集合的操作类型设置为“拒绝”。

(继承自 IWithRuleCollectionActionType<ParentT>)
WithoutAzureFirewallApplicationRule(String)

删除 Azure 防火墙应用程序规则。

WithPriority(Int32)

设置 Azure 防火墙中防火墙规则集合的优先级。

(继承自 IWithPriority<ParentT>)

适用于