VpnGatewaysOperationsExtensions.UpdateTags Method

Definition

Updates virtual wan vpn gateway tags.

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

Parameters

operations
IVpnGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the VpnGateway.

gatewayName
String

The name of the gateway.

vpnGatewayParameters
TagsObject

Parameters supplied to update a virtual wan vpn gateway tags.

Returns

Applies to