This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.insights.getTestResultFile
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Returns a file test result for the matching test Azure REST API version: 2020-02-10-preview.
Using getTestResultFile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTestResultFile(args: GetTestResultFileArgs, opts?: InvokeOptions): Promise<GetTestResultFileResult>
function getTestResultFileOutput(args: GetTestResultFileOutputArgs, opts?: InvokeOptions): Output<GetTestResultFileResult>def get_test_result_file(continuation_token: Optional[str] = None,
                         download_as: Optional[str] = None,
                         geo_location_id: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         test_successful_criteria: Optional[bool] = None,
                         time_stamp: Optional[int] = None,
                         web_test_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetTestResultFileResult
def get_test_result_file_output(continuation_token: Optional[pulumi.Input[str]] = None,
                         download_as: Optional[pulumi.Input[str]] = None,
                         geo_location_id: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         test_successful_criteria: Optional[pulumi.Input[bool]] = None,
                         time_stamp: Optional[pulumi.Input[int]] = None,
                         web_test_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetTestResultFileResult]func GetTestResultFile(ctx *Context, args *GetTestResultFileArgs, opts ...InvokeOption) (*GetTestResultFileResult, error)
func GetTestResultFileOutput(ctx *Context, args *GetTestResultFileOutputArgs, opts ...InvokeOption) GetTestResultFileResultOutput> Note: This function is named GetTestResultFile in the Go SDK.
public static class GetTestResultFile 
{
    public static Task<GetTestResultFileResult> InvokeAsync(GetTestResultFileArgs args, InvokeOptions? opts = null)
    public static Output<GetTestResultFileResult> Invoke(GetTestResultFileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTestResultFileResult> getTestResultFile(GetTestResultFileArgs args, InvokeOptions options)
public static Output<GetTestResultFileResult> getTestResultFile(GetTestResultFileArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:insights:getTestResultFile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DownloadAs string
- The format to use when returning the webtest result.
- GeoLocation stringId 
- The location ID where the webtest was physically run.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- TimeStamp int
- The posix (epoch) time stamp for the webtest result.
- WebTest stringName 
- The name of the Application Insights webtest resource.
- ContinuationToken string
- The continuation token.
- TestSuccessful boolCriteria 
- The success state criteria for the webtest result.
- DownloadAs string
- The format to use when returning the webtest result.
- GeoLocation stringId 
- The location ID where the webtest was physically run.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- TimeStamp int
- The posix (epoch) time stamp for the webtest result.
- WebTest stringName 
- The name of the Application Insights webtest resource.
- ContinuationToken string
- The continuation token.
- TestSuccessful boolCriteria 
- The success state criteria for the webtest result.
- downloadAs String
- The format to use when returning the webtest result.
- geoLocation StringId 
- The location ID where the webtest was physically run.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- timeStamp Integer
- The posix (epoch) time stamp for the webtest result.
- webTest StringName 
- The name of the Application Insights webtest resource.
- continuationToken String
- The continuation token.
- testSuccessful BooleanCriteria 
- The success state criteria for the webtest result.
- downloadAs string
- The format to use when returning the webtest result.
- geoLocation stringId 
- The location ID where the webtest was physically run.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- timeStamp number
- The posix (epoch) time stamp for the webtest result.
- webTest stringName 
- The name of the Application Insights webtest resource.
- continuationToken string
- The continuation token.
- testSuccessful booleanCriteria 
- The success state criteria for the webtest result.
- download_as str
- The format to use when returning the webtest result.
- geo_location_ strid 
- The location ID where the webtest was physically run.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- time_stamp int
- The posix (epoch) time stamp for the webtest result.
- web_test_ strname 
- The name of the Application Insights webtest resource.
- continuation_token str
- The continuation token.
- test_successful_ boolcriteria 
- The success state criteria for the webtest result.
- downloadAs String
- The format to use when returning the webtest result.
- geoLocation StringId 
- The location ID where the webtest was physically run.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- timeStamp Number
- The posix (epoch) time stamp for the webtest result.
- webTest StringName 
- The name of the Application Insights webtest resource.
- continuationToken String
- The continuation token.
- testSuccessful BooleanCriteria 
- The success state criteria for the webtest result.
getTestResultFile Result
The following output properties are available:
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi