1. Packages
  2. Azure Native
  3. API Docs
  4. testbase
  5. getTestResultVideoDownloadURL
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.testbase.getTestResultVideoDownloadURL

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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets the download URL of the test execution screen recording. Azure REST API version: 2022-04-01-preview.

    Other available API versions: 2023-11-01-preview.

    Using getTestResultVideoDownloadURL

    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 getTestResultVideoDownloadURL(args: GetTestResultVideoDownloadURLArgs, opts?: InvokeOptions): Promise<GetTestResultVideoDownloadURLResult>
    function getTestResultVideoDownloadURLOutput(args: GetTestResultVideoDownloadURLOutputArgs, opts?: InvokeOptions): Output<GetTestResultVideoDownloadURLResult>
    def get_test_result_video_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) -> GetTestResultVideoDownloadURLResult
    def get_test_result_video_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[GetTestResultVideoDownloadURLResult]
    func GetTestResultVideoDownloadURL(ctx *Context, args *GetTestResultVideoDownloadURLArgs, opts ...InvokeOption) (*GetTestResultVideoDownloadURLResult, error)
    func GetTestResultVideoDownloadURLOutput(ctx *Context, args *GetTestResultVideoDownloadURLOutputArgs, opts ...InvokeOption) GetTestResultVideoDownloadURLResultOutput

    > Note: This function is named GetTestResultVideoDownloadURL in the Go SDK.

    public static class GetTestResultVideoDownloadURL 
    {
        public static Task<GetTestResultVideoDownloadURLResult> InvokeAsync(GetTestResultVideoDownloadURLArgs args, InvokeOptions? opts = null)
        public static Output<GetTestResultVideoDownloadURLResult> Invoke(GetTestResultVideoDownloadURLInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTestResultVideoDownloadURLResult> getTestResultVideoDownloadURL(GetTestResultVideoDownloadURLArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:testbase:getTestResultVideoDownloadURL
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PackageName string
    The resource name of the Test Base Package.
    ResourceGroupName string
    The name of the resource group that contains the resource.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    TestResultName string
    The Test Result Name. It equals to TestResult-{TestResultId} string.
    PackageName string
    The resource name of the Test Base Package.
    ResourceGroupName string
    The name of the resource group that contains the resource.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    TestResultName string
    The Test Result Name. It equals to TestResult-{TestResultId} string.
    packageName String
    The resource name of the Test Base Package.
    resourceGroupName String
    The name of the resource group that contains the resource.
    testBaseAccountName String
    The resource name of the Test Base Account.
    testResultName String
    The Test Result Name. It equals to TestResult-{TestResultId} string.
    packageName string
    The resource name of the Test Base Package.
    resourceGroupName string
    The name of the resource group that contains the resource.
    testBaseAccountName string
    The resource name of the Test Base Account.
    testResultName string
    The Test Result Name. It equals to TestResult-{TestResultId} string.
    package_name str
    The resource name of the Test Base Package.
    resource_group_name str
    The name of the resource group that contains the resource.
    test_base_account_name str
    The resource name of the Test Base Account.
    test_result_name str
    The Test Result Name. It equals to TestResult-{TestResultId} string.
    packageName String
    The resource name of the Test Base Package.
    resourceGroupName String
    The name of the resource group that contains the resource.
    testBaseAccountName String
    The resource name of the Test Base Account.
    testResultName String
    The Test Result Name. It equals to TestResult-{TestResultId} string.

    getTestResultVideoDownloadURL Result

    The following output properties are available:

    DownloadUrl string
    The download URL.
    ExpirationTime string
    Expiry date of the download URL.
    DownloadUrl string
    The download URL.
    ExpirationTime string
    Expiry date of the download URL.
    downloadUrl String
    The download URL.
    expirationTime String
    Expiry date of the download URL.
    downloadUrl string
    The download URL.
    expirationTime string
    Expiry date of the download URL.
    download_url str
    The download URL.
    expiration_time str
    Expiry date of the download URL.
    downloadUrl String
    The download URL.
    expirationTime String
    Expiry date of the download URL.

    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.37.0 published on Monday, Apr 15, 2024 by Pulumi