Udostępnij za pośrednictwem


LocalNetworkGatewaysOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a local network gateway tags.

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

Parameters

operations
ILocalNetworkGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

localNetworkGatewayName
String

The name of the local network gateway.

parameters
TagsObject

Parameters supplied to update local network gateway tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to