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

IWithApplicationRuleSettings 接口

定义

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

public interface IWithApplicationRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithApplicationRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
    interface IWithDescription<IWithApplicationRuleSettings>
    interface IWithSourceAddress<IWithApplicationRuleSettings>
    interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
    interface IWithTargetFqdn<IWithApplicationRuleSettings>
    interface IWithFqdnTag<IWithApplicationRuleSettings>
    interface IWithSourceIpGroup<IWithApplicationRuleSettings>
    interface IInUpdate<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInUpdate(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
派生
实现

方法

Attach()

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

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

设置 Azure 防火墙中防火墙规则的说明。

(继承自 IWithDescription<ParentT>)
WithFullQualifiedDomainNameTag(String)

在 Azure 防火墙中设置完全限定域名的标记。

(继承自 IWithFqdnTag<ParentT>)
WithFullQualifiedDomainNameTags(IList<String>)

在 Azure 防火墙中设置完全限定域名的标记。

(继承自 IWithFqdnTag<ParentT>)
WithHttpProtocol(Nullable<Int32>)

在 Azure 防火墙中设置防火墙规则的 Http 协议。

(继承自 IWithApplicationRuleProtocol<ParentT>)
WithHttpsProtocol(Nullable<Int32>)

在 Azure 防火墙中设置防火墙规则的 Https 协议。

(继承自 IWithApplicationRuleProtocol<ParentT>)
WithMssqlProtocol(Nullable<Int32>)

在 Azure 防火墙中设置防火墙规则的 Mssql 协议。

(继承自 IWithApplicationRuleProtocol<ParentT>)
WithSourceAddress(String)

设置 Azure 防火墙中防火墙规则的源地址。

(继承自 IWithSourceAddress<ParentT>)
WithSourceAddresses(IList<String>)

在 Azure 防火墙中设置防火墙规则的源地址。

(继承自 IWithSourceAddress<ParentT>)
WithSourceIpGroup(String)

在 Azure 防火墙中设置防火墙规则的源 IP 组。

(继承自 IWithSourceIpGroup<ParentT>)
WithSourceIpGroups(IList<String>)

在 Azure 防火墙中设置防火墙规则的源 IP 组。

(继承自 IWithSourceIpGroup<ParentT>)
WithTargetFullQualifiedDomainName(String)

设置 Azure 防火墙中防火墙规则的目标完全限定域名。

(继承自 IWithTargetFqdn<ParentT>)
WithTargetFullQualifiedDomainNames(IList<String>)

设置 Azure 防火墙中防火墙规则的目标完全限定域名。

(继承自 IWithTargetFqdn<ParentT>)

适用于