These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.insights.getTestResultFile
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Returns a file test result for the matching test 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:
- Download
As string - The format to use when returning the webtest result.
- Geo
Location stringId - The location ID where the webtest was physically run.
- Resource
Group stringName - 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 stringName - The name of the Application Insights webtest resource.
- Continuation
Token string - The continuation token.
- Test
Successful boolCriteria - The success state criteria for the webtest result.
- Download
As string - The format to use when returning the webtest result.
- Geo
Location stringId - The location ID where the webtest was physically run.
- Resource
Group stringName - 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 stringName - The name of the Application Insights webtest resource.
- Continuation
Token string - The continuation token.
- Test
Successful boolCriteria - The success state criteria for the webtest result.
- download
As String - The format to use when returning the webtest result.
- geo
Location StringId - The location ID where the webtest was physically run.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- time
Stamp Integer - The posix (epoch) time stamp for the webtest result.
- web
Test StringName - The name of the Application Insights webtest resource.
- continuation
Token String - The continuation token.
- test
Successful BooleanCriteria - The success state criteria for the webtest result.
- download
As string - The format to use when returning the webtest result.
- geo
Location stringId - The location ID where the webtest was physically run.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- time
Stamp number - The posix (epoch) time stamp for the webtest result.
- web
Test stringName - The name of the Application Insights webtest resource.
- continuation
Token string - The continuation token.
- test
Successful 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.
- download
As String - The format to use when returning the webtest result.
- geo
Location StringId - The location ID where the webtest was physically run.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- time
Stamp Number - The posix (epoch) time stamp for the webtest result.
- web
Test StringName - The name of the Application Insights webtest resource.
- continuation
Token String - The continuation token.
- test
Successful BooleanCriteria - The success state criteria for the webtest result.
getTestResultFile Result
The following output properties are available:
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi