These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native-v2.testbase.getTestResultDownloadURL
Explore with Pulumi AI
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets the download URL of the test result. Azure REST API version: 2022-04-01-preview.
Other available API versions: 2023-11-01-preview.
Using getTestResultDownloadURL
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 getTestResultDownloadURL(args: GetTestResultDownloadURLArgs, opts?: InvokeOptions): Promise<GetTestResultDownloadURLResult>
function getTestResultDownloadURLOutput(args: GetTestResultDownloadURLOutputArgs, opts?: InvokeOptions): Output<GetTestResultDownloadURLResult>
def get_test_result_download_url(package_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
test_base_account_name: Optional[str] = None,
test_result_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTestResultDownloadURLResult
def get_test_result_download_url_output(package_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
test_base_account_name: Optional[pulumi.Input[str]] = None,
test_result_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTestResultDownloadURLResult]
func GetTestResultDownloadURL(ctx *Context, args *GetTestResultDownloadURLArgs, opts ...InvokeOption) (*GetTestResultDownloadURLResult, error)
func GetTestResultDownloadURLOutput(ctx *Context, args *GetTestResultDownloadURLOutputArgs, opts ...InvokeOption) GetTestResultDownloadURLResultOutput
> Note: This function is named GetTestResultDownloadURL
in the Go SDK.
public static class GetTestResultDownloadURL
{
public static Task<GetTestResultDownloadURLResult> InvokeAsync(GetTestResultDownloadURLArgs args, InvokeOptions? opts = null)
public static Output<GetTestResultDownloadURLResult> Invoke(GetTestResultDownloadURLInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTestResultDownloadURLResult> getTestResultDownloadURL(GetTestResultDownloadURLArgs args, InvokeOptions options)
public static Output<GetTestResultDownloadURLResult> getTestResultDownloadURL(GetTestResultDownloadURLArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:testbase:getTestResultDownloadURL
arguments:
# arguments dictionary
The following arguments are supported:
- Package
Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- Test
Base Account Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- Test
Result Name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
- Package
Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- Test
Base Account Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- Test
Result Name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
- package
Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- test
Base Account Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- test
Result Name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
- package
Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- test
Base Account Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- test
Result Name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
- package_
name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- test_
base_ account_ name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- test_
result_ name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
- package
Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Package.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group that contains the resource.
- test
Base Account Name This property is required. Changes to this property will trigger replacement.
- The resource name of the Test Base Account.
- test
Result Name This property is required. Changes to this property will trigger replacement.
- The Test Result Name. It equals to TestResult-{TestResultId} string.
getTestResultDownloadURL Result
The following output properties are available:
- Download
Url string - The download URL.
- Expiration
Time string - Expiry date of the download URL.
- Download
Url string - The download URL.
- Expiration
Time string - Expiry date of the download URL.
- download
Url String - The download URL.
- expiration
Time String - Expiry date of the download URL.
- download
Url string - The download URL.
- expiration
Time string - Expiry date of the download URL.
- download_
url str - The download URL.
- expiration_
time str - Expiry date of the download URL.
- download
Url String - The download URL.
- expiration
Time String - Expiry date of the download URL.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi