Partager via


P2sVpnGatewaysOperationsExtensions.UpdateTagsAsync Méthode

Définition

Mises à jour balises de passerelle VPN p2s virtual wan.

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)

Paramètres

operations
IP2sVpnGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources du P2SVpnGateway.

gatewayName
String

Le nom de la passerelle.

tags
IDictionary<String,String>

Balises de ressource.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à