getLoadTest

Get a LoadTestResource Uses Azure REST API version 2023-12-01-preview. Other available API versions: 2022-12-01, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native loadtestservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

LoadTest details.

Parameters

argument

null


suspend fun getLoadTest(loadTestName: String, resourceGroupName: String): GetLoadTestResult

Return

LoadTest details.

Parameters

loadTestName

Load Test name

resourceGroupName

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

See also


suspend fun getLoadTest(argument: suspend GetLoadTestPlainArgsBuilder.() -> Unit): GetLoadTestResult

Return

LoadTest details.

Parameters

argument

Builder for com.pulumi.azurenative.loadtestservice.kotlin.inputs.GetLoadTestPlainArgs.

See also