Compartir a través de


VpnGatewaysOperationsExtensions.UpdateTags Método

Definición

Novedades etiquetas de puerta de enlace de VPN wan virtual.

public static Microsoft.Azure.Management.Network.Models.VpnGateway UpdateTags (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.TagsObject vpnGatewayParameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.VpnGateway
<Extension()>
Public Function UpdateTags (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, vpnGatewayParameters As TagsObject) As VpnGateway

Parámetros

operations
IVpnGatewaysOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos de VpnGateway.

gatewayName
String

El nombre de la puerta de enlace.

vpnGatewayParameters
TagsObject

Parámetros proporcionados para actualizar etiquetas de puerta de enlace de VPN wan virtual.

Devoluciones

Se aplica a