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

AzureFirewallsOperationsExtensions.BeginUpdateTags 方法

定义

汇报Azure 防火墙资源的标记。

public static Microsoft.Azure.Management.Network.Models.AzureFirewall BeginUpdateTags (this Microsoft.Azure.Management.Network.IAzureFirewallsOperations operations, string resourceGroupName, string azureFirewallName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member BeginUpdateTags : Microsoft.Azure.Management.Network.IAzureFirewallsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.AzureFirewall
<Extension()>
Public Function BeginUpdateTags (operations As IAzureFirewallsOperations, resourceGroupName As String, azureFirewallName As String, parameters As TagsObject) As AzureFirewall

参数

operations
IAzureFirewallsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

azureFirewallName
String

Azure 防火墙的名称。

parameters
TagsObject

提供用于更新 Azure 防火墙标记的参数。

返回

适用于