getWebTest

Get a specific Application Insights web test definition. Uses Azure REST API version 2022-06-15. Other available API versions: 2015-05-01, 2018-05-01-preview, 2020-10-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

An Application Insights WebTest definition.

Parameters

argument

null


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

Return

An Application Insights WebTest 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 WebTest definition.

Parameters

argument

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

See also