NatGatewaysOperationsExtensions.UpdateTags Method

Definition

Updates nat gateway tags.

public static Microsoft.Azure.Management.Network.Models.NatGateway UpdateTags (this Microsoft.Azure.Management.Network.INatGatewaysOperations operations, string resourceGroupName, string natGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.INatGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.NatGateway
<Extension()>
Public Function UpdateTags (operations As INatGatewaysOperations, resourceGroupName As String, natGatewayName As String, parameters As TagsObject) As 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.

Returns

Applies to