v20200210preview

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetTestResultFileArgs

type GetTestResultFileArgs struct {
	// The continuation token.
	ContinuationToken *string `pulumi:"continuationToken"`
	// The format to use when returning the webtest result.
	DownloadAs string `pulumi:"downloadAs"`
	// The location ID where the webtest was physically run.
	GeoLocationId string `pulumi:"geoLocationId"`
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The success state criteria for the webtest result.
	TestSuccessfulCriteria *bool `pulumi:"testSuccessfulCriteria"`
	// The posix (epoch) time stamp for the webtest result.
	TimeStamp int `pulumi:"timeStamp"`
	// The name of the Application Insights webtest resource.
	WebTestName string `pulumi:"webTestName"`
}

type GetTestResultFileResult

type GetTestResultFileResult struct {
	// File contents.
	Data *string `pulumi:"data"`
	// The URI that can be used to request the next section of the result file in the event the file is too large for a single request.
	NextLink *string `pulumi:"nextLink"`
}

Test result.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL