Share via


WebTestsOperationsExtensions.UpdateTags Method

Definition

Creates or updates an Application Insights web test definition.

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

Parameters

operations
IWebTestsOperations

The operations group for this extension method.

resourceGroupName
String

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

webTestName
String

The name of the Application Insights webtest resource.

tags
IDictionary<String,String>

Resource tags

Returns

Applies to