Share via


ExpressRouteGatewaysOperationsExtensions.BeginUpdateTagsAsync Method

Definition

Updates express route gateway tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway> BeginUpdateTagsAsync (this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject expressRouteGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateTagsAsync : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway>
<Extension()>
Public Function BeginUpdateTagsAsync (operations As IExpressRouteGatewaysOperations, resourceGroupName As String, expressRouteGatewayName As String, expressRouteGatewayParameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteGateway)

Parameters

operations
IExpressRouteGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the ExpressRouteGateway.

expressRouteGatewayName
String

The name of the gateway.

expressRouteGatewayParameters
TagsObject

Parameters supplied to update a virtual wan express route gateway tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to