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.
func GetTestResultFile ¶
func GetTestResultFile(ctx *pulumi.Context, args *GetTestResultFileArgs, opts ...pulumi.InvokeOption) (*GetTestResultFileResult, error)
Click to show internal directories.
Click to hide internal directories.