ComponentsOperationsExtensions.UpdateTags Method

Definition

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

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

Parameters

operations
IComponentsOperations

The operations group for this extension method.

resourceGroupName
String

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

resourceName
String

The name of the Application Insights component resource.

tags
IDictionary<String,String>

Resource tags

Returns

Applies to