Condividi tramite


NetworkWatchersOperationsExtensions.UpdateTags Method

Definition

Updates a network watcher tags.

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

Returns

Applies to