VirtualNetworkTapsOperationsExtensions.UpdateTags Method

Definition

Updates an VirtualNetworkTap tags.

public static Microsoft.Azure.Management.Network.Models.VirtualNetworkTap UpdateTags (this Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations operations, string resourceGroupName, string tapName, Microsoft.Azure.Management.Network.Models.TagsObject tapParameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.VirtualNetworkTap
<Extension()>
Public Function UpdateTags (operations As IVirtualNetworkTapsOperations, resourceGroupName As String, tapName As String, tapParameters As TagsObject) As VirtualNetworkTap

Parameters

operations
IVirtualNetworkTapsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

tapName
String

The name of the tap.

tapParameters
TagsObject

Parameters supplied to update VirtualNetworkTap tags.

Returns

Applies to