getTestResultFile

Returns a file test result for the matching test Uses Azure REST API version 2020-02-10-preview.

Return

Test result.

Parameters

argument

null


suspend fun getTestResultFile(continuationToken: String? = null, downloadAs: String, geoLocationId: String, resourceGroupName: String, testSuccessfulCriteria: Boolean? = null, timeStamp: Int, webTestName: String): GetTestResultFileResult

Return

Test result.

Parameters

continuationToken

The continuation token.

downloadAs

The format to use when returning the webtest result.

geoLocationId

The location ID where the webtest was physically run.

resourceGroupName

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

testSuccessfulCriteria

The success state criteria for the webtest result.

timeStamp

The posix (epoch) time stamp for the webtest result.

webTestName

The name of the Application Insights webtest resource.

See also


Return

Test result.

Parameters

argument

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

See also