Sdílet prostřednictvím


NatGatewaysOperationsExtensions.UpdateTagsAsync Method

Definition

Updates nat gateway tags.

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

Parameters

operations
INatGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

natGatewayName
String

The name of the nat gateway.

parameters
TagsObject

Parameters supplied to update nat gateway tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to