GetTestResultFilePlainArgs

data class GetTestResultFilePlainArgs(val continuationToken: String? = null, val downloadAs: String, val geoLocationId: String, val resourceGroupName: String, val testSuccessfulCriteria: Boolean? = null, val timeStamp: Int, val webTestName: String) : ConvertibleToJava<GetTestResultFilePlainArgs>

Constructors

Link copied to clipboard
constructor(continuationToken: String? = null, downloadAs: String, geoLocationId: String, resourceGroupName: String, testSuccessfulCriteria: Boolean? = null, timeStamp: Int, webTestName: String)

Properties

Link copied to clipboard

The continuation token.

Link copied to clipboard

The format to use when returning the webtest result.

Link copied to clipboard

The location ID where the webtest was physically run.

Link copied to clipboard

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

Link copied to clipboard

The success state criteria for the webtest result.

Link copied to clipboard

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

Link copied to clipboard

The name of the Application Insights webtest resource.

Functions

Link copied to clipboard
open override fun toJava(): GetTestResultFilePlainArgs