Share via


ApplicationGatewaysOperationsExtensions.UpdateTagsAsync Method

Definition

Updates the specified application gateway tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGateway> UpdateTagsAsync (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGateway>
<Extension()>
Public Function UpdateTagsAsync (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGateway)

Parameters

operations
IApplicationGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

applicationGatewayName
String

The name of the application gateway.

parameters
TagsObject

Parameters supplied to update application gateway tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to