get Test Result File
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
continuation Token
The continuation token.
download As
The format to use when returning the webtest result.
geo Location Id
The location ID where the webtest was physically run.
resource Group Name
The name of the resource group. The name is case insensitive.
test Successful Criteria
The success state criteria for the webtest result.
time Stamp
The posix (epoch) time stamp for the webtest result.
web Test Name
The name of the Application Insights webtest resource.
See also
suspend fun getTestResultFile(argument: suspend GetTestResultFilePlainArgsBuilder.() -> Unit): GetTestResultFileResult
Return
Test result.
Parameters
argument
Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetTestResultFilePlainArgs.