Share via


VirtualNetworkGatewaysOperationsExtensions.BeginUpdateTags Method

Definition

Updates a virtual network gateway tags.

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

Parameters

operations
IVirtualNetworkGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualNetworkGatewayName
String

The name of the virtual network gateway.

parameters
TagsObject

Parameters supplied to update virtual network gateway tags.

Returns

Applies to