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.testbase.getPackageDownloadURL
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
Gets the download URL of a package. Azure REST API version: 2022-04-01-preview.
Other available API versions: 2023-11-01-preview.
Using getPackageDownloadURL
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 getPackageDownloadURL(args: GetPackageDownloadURLArgs, opts?: InvokeOptions): Promise<GetPackageDownloadURLResult>
function getPackageDownloadURLOutput(args: GetPackageDownloadURLOutputArgs, opts?: InvokeOptions): Output<GetPackageDownloadURLResult>def get_package_download_url(package_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             test_base_account_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetPackageDownloadURLResult
def get_package_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,
                             opts: Optional[InvokeOptions] = None) -> Output[GetPackageDownloadURLResult]func GetPackageDownloadURL(ctx *Context, args *GetPackageDownloadURLArgs, opts ...InvokeOption) (*GetPackageDownloadURLResult, error)
func GetPackageDownloadURLOutput(ctx *Context, args *GetPackageDownloadURLOutputArgs, opts ...InvokeOption) GetPackageDownloadURLResultOutput> Note: This function is named GetPackageDownloadURL in the Go SDK.
public static class GetPackageDownloadURL 
{
    public static Task<GetPackageDownloadURLResult> InvokeAsync(GetPackageDownloadURLArgs args, InvokeOptions? opts = null)
    public static Output<GetPackageDownloadURLResult> Invoke(GetPackageDownloadURLInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPackageDownloadURLResult> getPackageDownloadURL(GetPackageDownloadURLArgs args, InvokeOptions options)
public static Output<GetPackageDownloadURLResult> getPackageDownloadURL(GetPackageDownloadURLArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:testbase:getPackageDownloadURL
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PackageName string
- The resource name of the Test Base Package.
- ResourceGroup stringName 
- The name of the resource group that contains the resource.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- PackageName string
- The resource name of the Test Base Package.
- ResourceGroup stringName 
- The name of the resource group that contains the resource.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- packageName String
- The resource name of the Test Base Package.
- resourceGroup StringName 
- The name of the resource group that contains the resource.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
- packageName string
- The resource name of the Test Base Package.
- resourceGroup stringName 
- The name of the resource group that contains the resource.
- testBase stringAccount Name 
- The resource name of the Test Base Account.
- package_name str
- The resource name of the Test Base Package.
- resource_group_ strname 
- The name of the resource group that contains the resource.
- test_base_ straccount_ name 
- The resource name of the Test Base Account.
- packageName String
- The resource name of the Test Base Package.
- resourceGroup StringName 
- The name of the resource group that contains the resource.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
getPackageDownloadURL 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
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