P2sVpnGatewaysOperationsExtensions.UpdateTagsAsync Method

Definition

Updates virtual wan p2s vpn gateway tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner> UpdateTagsAsync (this Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.Fluent.IP2sVpnGatewaysOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner>
<Extension()>
Public Function UpdateTagsAsync (operations As IP2sVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of P2SVpnGatewayInner)

Parameters

operations
IP2sVpnGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the P2SVpnGateway.

gatewayName
String

The name of the gateway.

tags
IDictionary<String,String>

Resource tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to