Share via


NetworkWatchersOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a network watcher tags.

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

Parameters

operations
INetworkWatchersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkWatcherName
String

The name of the network watcher.

parameters
TagsObject

Parameters supplied to update network watcher tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to