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.getDraftPackagePath
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 draft package path and temp working path with SAS. Azure REST API version: 2023-11-01-preview.
Using getDraftPackagePath
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 getDraftPackagePath(args: GetDraftPackagePathArgs, opts?: InvokeOptions): Promise<GetDraftPackagePathResult>
function getDraftPackagePathOutput(args: GetDraftPackagePathOutputArgs, opts?: InvokeOptions): Output<GetDraftPackagePathResult>def get_draft_package_path(draft_package_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           test_base_account_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDraftPackagePathResult
def get_draft_package_path_output(draft_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[GetDraftPackagePathResult]func GetDraftPackagePath(ctx *Context, args *GetDraftPackagePathArgs, opts ...InvokeOption) (*GetDraftPackagePathResult, error)
func GetDraftPackagePathOutput(ctx *Context, args *GetDraftPackagePathOutputArgs, opts ...InvokeOption) GetDraftPackagePathResultOutput> Note: This function is named GetDraftPackagePath in the Go SDK.
public static class GetDraftPackagePath 
{
    public static Task<GetDraftPackagePathResult> InvokeAsync(GetDraftPackagePathArgs args, InvokeOptions? opts = null)
    public static Output<GetDraftPackagePathResult> Invoke(GetDraftPackagePathInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDraftPackagePathResult> getDraftPackagePath(GetDraftPackagePathArgs args, InvokeOptions options)
public static Output<GetDraftPackagePathResult> getDraftPackagePath(GetDraftPackagePathArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:testbase:getDraftPackagePath
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DraftPackage stringName 
- The resource name of the Test Base Draft Package.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- DraftPackage stringName 
- The resource name of the Test Base Draft Package.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- TestBase stringAccount Name 
- The resource name of the Test Base Account.
- draftPackage StringName 
- The resource name of the Test Base Draft Package.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
- draftPackage stringName 
- The resource name of the Test Base Draft Package.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- testBase stringAccount Name 
- The resource name of the Test Base Account.
- draft_package_ strname 
- The resource name of the Test Base Draft Package.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- test_base_ straccount_ name 
- The resource name of the Test Base Account.
- draftPackage StringName 
- The resource name of the Test Base Draft Package.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- testBase StringAccount Name 
- The resource name of the Test Base Account.
getDraftPackagePath Result
The following output properties are available:
- BaseUrl string
- The base URL of the storage account.
- DraftPackage stringPath 
- The relative path of the folder hosting package files.
- ExpirationTime string
- Expiry date of the SAS token.
- SasToken string
- A SAS token for the storage account to access workspace.
- WorkingPath string
- The relative path for a temporary folder for package creation work.
- BaseUrl string
- The base URL of the storage account.
- DraftPackage stringPath 
- The relative path of the folder hosting package files.
- ExpirationTime string
- Expiry date of the SAS token.
- SasToken string
- A SAS token for the storage account to access workspace.
- WorkingPath string
- The relative path for a temporary folder for package creation work.
- baseUrl String
- The base URL of the storage account.
- draftPackage StringPath 
- The relative path of the folder hosting package files.
- expirationTime String
- Expiry date of the SAS token.
- sasToken String
- A SAS token for the storage account to access workspace.
- workingPath String
- The relative path for a temporary folder for package creation work.
- baseUrl string
- The base URL of the storage account.
- draftPackage stringPath 
- The relative path of the folder hosting package files.
- expirationTime string
- Expiry date of the SAS token.
- sasToken string
- A SAS token for the storage account to access workspace.
- workingPath string
- The relative path for a temporary folder for package creation work.
- base_url str
- The base URL of the storage account.
- draft_package_ strpath 
- The relative path of the folder hosting package files.
- expiration_time str
- Expiry date of the SAS token.
- sas_token str
- A SAS token for the storage account to access workspace.
- working_path str
- The relative path for a temporary folder for package creation work.
- baseUrl String
- The base URL of the storage account.
- draftPackage StringPath 
- The relative path of the folder hosting package files.
- expirationTime String
- Expiry date of the SAS token.
- sasToken String
- A SAS token for the storage account to access workspace.
- workingPath String
- The relative path for a temporary folder for package creation work.
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