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.testbase.getPackageDownloadURL
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
Gets the download URL of a package. API Version: 2022-04-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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:testbase:getPackageDownloadURL
arguments:
# arguments dictionary
The following arguments are supported:
- Package
Name string - The resource name of the Test Base Package.
- Resource
Group stringName - The name of the resource group that contains the resource.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- Package
Name string - The resource name of the Test Base Package.
- Resource
Group stringName - The name of the resource group that contains the resource.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- package
Name String - The resource name of the Test Base Package.
- resource
Group StringName - The name of the resource group that contains the resource.
- test
Base StringAccount Name - The resource name of the Test Base Account.
- package
Name string - The resource name of the Test Base Package.
- resource
Group stringName - The name of the resource group that contains the resource.
- test
Base 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.
- package
Name String - The resource name of the Test Base Package.
- resource
Group StringName - The name of the resource group that contains the resource.
- test
Base StringAccount Name - The resource name of the Test Base Account.
getPackageDownloadURL 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-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