Share via


VirtualNetworkGatewaysOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a virtual network gateway tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway> UpdateTagsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations operations, string resourceGroupName, string virtualNetworkGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkGateway>
<Extension()>
Public Function UpdateTagsAsync (operations As IVirtualNetworkGatewaysOperations, resourceGroupName As String, virtualNetworkGatewayName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to