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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:testbase:getDraftPackagePath
arguments:
# arguments dictionary
The following arguments are supported:
- Draft
Package stringName - The resource name of the Test Base Draft Package.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- Draft
Package stringName - The resource name of the Test Base Draft Package.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Test
Base stringAccount Name - The resource name of the Test Base Account.
- draft
Package StringName - The resource name of the Test Base Draft Package.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- test
Base StringAccount Name - The resource name of the Test Base Account.
- draft
Package stringName - The resource name of the Test Base Draft Package.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- test
Base 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.
- draft
Package StringName - The resource name of the Test Base Draft Package.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- test
Base StringAccount Name - The resource name of the Test Base Account.
getDraftPackagePath Result
The following output properties are available:
- Base
Url string - The base URL of the storage account.
- Draft
Package stringPath - The relative path of the folder hosting package files.
- Expiration
Time string - Expiry date of the SAS token.
- Sas
Token string - A SAS token for the storage account to access workspace.
- Working
Path string - The relative path for a temporary folder for package creation work.
- Base
Url string - The base URL of the storage account.
- Draft
Package stringPath - The relative path of the folder hosting package files.
- Expiration
Time string - Expiry date of the SAS token.
- Sas
Token string - A SAS token for the storage account to access workspace.
- Working
Path string - The relative path for a temporary folder for package creation work.
- base
Url String - The base URL of the storage account.
- draft
Package StringPath - The relative path of the folder hosting package files.
- expiration
Time String - Expiry date of the SAS token.
- sas
Token String - A SAS token for the storage account to access workspace.
- working
Path String - The relative path for a temporary folder for package creation work.
- base
Url string - The base URL of the storage account.
- draft
Package stringPath - The relative path of the folder hosting package files.
- expiration
Time string - Expiry date of the SAS token.
- sas
Token string - A SAS token for the storage account to access workspace.
- working
Path 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.
- base
Url String - The base URL of the storage account.
- draft
Package StringPath - The relative path of the folder hosting package files.
- expiration
Time String - Expiry date of the SAS token.
- sas
Token String - A SAS token for the storage account to access workspace.
- working
Path 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.47.1 published on Monday, Jun 24, 2024 by Pulumi