VirtualNetworkTapsOperationsExtensions.UpdateTagsAsync Method

Definition

Updates an VirtualNetworkTap tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap> UpdateTagsAsync (this Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations operations, string resourceGroupName, string tapName, Microsoft.Azure.Management.Network.Models.TagsObject tapParameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.IVirtualNetworkTapsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap>
<Extension()>
Public Function UpdateTagsAsync (operations As IVirtualNetworkTapsOperations, resourceGroupName As String, tapName As String, tapParameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to