ConnectionMonitorsOperationsExtensions.UpdateTags Method

Definition

Update tags of the specified connection monitor.

public static Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult UpdateTags (this Microsoft.Azure.Management.Network.IConnectionMonitorsOperations operations, string resourceGroupName, string networkWatcherName, string connectionMonitorName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IConnectionMonitorsOperations * string * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.ConnectionMonitorResult
<Extension()>
Public Function UpdateTags (operations As IConnectionMonitorsOperations, resourceGroupName As String, networkWatcherName As String, connectionMonitorName As String, parameters As TagsObject) As ConnectionMonitorResult

Parameters

operations
IConnectionMonitorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkWatcherName
String

The name of the network watcher.

connectionMonitorName
String

The name of the connection monitor.

parameters
TagsObject

Parameters supplied to update connection monitor tags.

Returns

Applies to