Share via


PrivateLinkScopesOperationsExtensions.UpdateTags Method

Definition

Updates an existing PrivateLinkScope's tags. To update other fields use the CreateOrUpdate method.

public static Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope UpdateTags (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string resourceGroupName, string scopeName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member UpdateTags : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope
<Extension()>
Public Function UpdateTags (operations As IPrivateLinkScopesOperations, resourceGroupName As String, scopeName As String, Optional tags As IDictionary(Of String, String) = Nothing) As AzureMonitorPrivateLinkScope

Parameters

operations
IPrivateLinkScopesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

scopeName
String

The name of the Azure Monitor PrivateLinkScope resource.

tags
IDictionary<String,String>

Resource tags

Returns

Applies to