getWebTest

Get a specific Application Insights web test definition. API Version: 2015-05-01.

Return

An Application Insights web test definition.

Parameters

argument

null


suspend fun getWebTest(resourceGroupName: String, webTestName: String): GetWebTestResult

Return

An Application Insights web test definition.

Parameters

resourceGroupName

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

webTestName

The name of the Application Insights webtest resource.

See also


suspend fun getWebTest(argument: suspend GetWebTestPlainArgsBuilder.() -> Unit): GetWebTestResult

Return

An Application Insights web test definition.

Parameters

argument

Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetWebTestPlainArgs.

See also