LocalNetworkGatewaysOperationsExtensions.UpdateTags Method

Definition

Updates a local network gateway tags.

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

Returns

Applies to