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

IUpdate 接口

定义

更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithAdditionalProperty, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithFirewallPolicy, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollection, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithSku, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithThreatIntelMode, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithVirtualHub, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithZones, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IAzureFirewall>
type IUpdate = interface
    interface IAppliable<IAzureFirewall>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithThreatIntelMode
    interface IWithVirtualHub
    interface IWithFirewallPolicy
    interface IWithSku
    interface IWithAdditionalProperty
    interface IWithZones
    interface IWithApplicationRuleCollection
    interface IWithNatRuleCollection
    interface IWithNetworkRuleCollection
Public Interface IUpdate
Implements IAppliable(Of IAzureFirewall), IUpdateWithTags(Of IUpdate), IWithAdditionalProperty, IWithApplicationRuleCollection, IWithFirewallPolicy, IWithNatRuleCollection, IWithNetworkRuleCollection, IWithSku, IWithThreatIntelMode, IWithVirtualHub, IWithZones
派生
实现

属性

Key

更新操作的模板,包含可修改的所有设置。 调用 Update.apply () 以将更改应用到 Azure 中的资源。

(继承自 IIndexable)

方法

Apply()

执行更新请求。

(继承自 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

异步执行更新请求。

(继承自 IAppliable<T>)
DefineAzureFirewallApplicationRuleCollection(String)

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

(继承自 IWithApplicationRuleCollection)
DefineAzureFirewallNatRuleCollection(String)

设置 Azure 防火墙 nat 规则集合。

(继承自 IWithNatRuleCollection)
DefineAzureFirewallNetworkRuleCollection(String)

设置 Azure 防火墙网络规则集合。

(继承自 IWithNetworkRuleCollection)
UpdateAzureFirewallApplicationRuleCollection(String)

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

(继承自 IWithApplicationRuleCollection)
UpdateAzureFirewallNatRuleCollection(String)

汇报 Azure 防火墙 nat 规则集合。

(继承自 IWithNatRuleCollection)
UpdateAzureFirewallNetworkRuleCollection(String)

汇报 Azure 防火墙网络规则集合。

(继承自 IWithNetworkRuleCollection)
WithAdditionalProperties(IDictionary<String,String>)

设置用于进一步配置的其他属性。

(继承自 IWithAdditionalProperty)
WithAdditionalProperty(String, String)

设置用于进一步配置的其他属性。

(继承自 IWithAdditionalProperty)
WithAlertModeForThreatIntel()

将操作模式启用为威胁情报的“警报”。

(继承自 IWithThreatIntelMode)
WithAzureFirewallHubSkuName()

将资源 SKU 名称设置为“AZFW_Hub”。

(继承自 IWithSku)
WithAzureFirewallVnetSkuName()

将资源 SKU 名称设置为“AZFW_VNet”。

(继承自 IWithSku)
WithDenyModeForThreatIntel()

为威胁情报启用“拒绝”操作模式。

(继承自 IWithThreatIntelMode)
WithFirewallPolicy(String)

设置防火墙所属的防火墙策略。

(继承自 IWithFirewallPolicy)
WithOffModeForThreatIntel()

为威胁情报启用“关闭”操作模式。

(继承自 IWithThreatIntelMode)
WithoutAdditionalProperty(String)

删除用于进一步配置的其他属性。

(继承自 IWithAdditionalProperty)
WithoutAzureFirewallApplicationRuleCollection(String)

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

(继承自 IWithApplicationRuleCollection)
WithoutAzureFirewallNatRuleCollection(String)

删除 Azure 防火墙 nat 规则集合。

(继承自 IWithNatRuleCollection)
WithoutAzureFirewallNetworkRuleCollection(String)

删除 Azure 防火墙网络规则集合。

(继承自 IWithNetworkRuleCollection)
WithoutTag(String)

从资源中删除标记。

(继承自 IUpdateWithTags<T>)
WithoutZone(String)

删除指示资源需要来自的可用性区域。

(继承自 IWithZones)
WithTag(String, String)

将标记添加到资源。

(继承自 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IUpdateWithTags<T>)
WithVirtualHub(String)

设置防火墙所属的虚拟中心。

(继承自 IWithVirtualHub)
WithZone(String)

设置可用性区域,指示资源需要来自何处。

(继承自 IWithZones)
WithZones(IList<String>)

设置指示资源需要来自的可用性区域列表。

(继承自 IWithZones)

适用于