1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. getTestResultFile
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.insights.getTestResultFile

Explore with Pulumi AI

azure-native logo
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.33.0 published on Friday, Mar 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:insights:getTestResultFile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DownloadAs string
    The format to use when returning the webtest result.
    GeoLocationId string
    The location ID where the webtest was physically run.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TimeStamp int
    The posix (epoch) time stamp for the webtest result.
    WebTestName string
    The name of the Application Insights webtest resource.
    ContinuationToken string
    The continuation token.
    TestSuccessfulCriteria bool
    The success state criteria for the webtest result.
    DownloadAs string
    The format to use when returning the webtest result.
    GeoLocationId string
    The location ID where the webtest was physically run.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TimeStamp int
    The posix (epoch) time stamp for the webtest result.
    WebTestName string
    The name of the Application Insights webtest resource.
    ContinuationToken string
    The continuation token.
    TestSuccessfulCriteria bool
    The success state criteria for the webtest result.
    downloadAs String
    The format to use when returning the webtest result.
    geoLocationId String
    The location ID where the webtest was physically run.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    timeStamp Integer
    The posix (epoch) time stamp for the webtest result.
    webTestName String
    The name of the Application Insights webtest resource.
    continuationToken String
    The continuation token.
    testSuccessfulCriteria Boolean
    The success state criteria for the webtest result.
    downloadAs string
    The format to use when returning the webtest result.
    geoLocationId string
    The location ID where the webtest was physically run.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    timeStamp number
    The posix (epoch) time stamp for the webtest result.
    webTestName string
    The name of the Application Insights webtest resource.
    continuationToken string
    The continuation token.
    testSuccessfulCriteria boolean
    The success state criteria for the webtest result.
    download_as str
    The format to use when returning the webtest result.
    geo_location_id str
    The location ID where the webtest was physically run.
    resource_group_name str
    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_name str
    The name of the Application Insights webtest resource.
    continuation_token str
    The continuation token.
    test_successful_criteria bool
    The success state criteria for the webtest result.
    downloadAs String
    The format to use when returning the webtest result.
    geoLocationId String
    The location ID where the webtest was physically run.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    timeStamp Number
    The posix (epoch) time stamp for the webtest result.
    webTestName String
    The name of the Application Insights webtest resource.
    continuationToken String
    The continuation token.
    testSuccessfulCriteria Boolean
    The success state criteria for the webtest result.

    getTestResultFile Result

    The following output properties are available:

    Data string
    File contents.
    NextLink string
    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.
    Data string
    File contents.
    NextLink string
    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.
    data String
    File contents.
    nextLink String
    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.
    data string
    File contents.
    nextLink string
    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.
    data str
    File contents.
    next_link str
    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.
    data String
    File contents.
    nextLink String
    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.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.33.0 published on Friday, Mar 22, 2024 by Pulumi