1. Packages
  2. Azure Native
  3. API Docs
  4. testbase
  5. getTestBaseAccountFileUploadUrl
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.testbase.getTestBaseAccountFileUploadUrl

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the file upload URL of a Test Base Account. Azure REST API version: 2022-04-01-preview.

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

    Using getTestBaseAccountFileUploadUrl

    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 getTestBaseAccountFileUploadUrl(args: GetTestBaseAccountFileUploadUrlArgs, opts?: InvokeOptions): Promise<GetTestBaseAccountFileUploadUrlResult>
    function getTestBaseAccountFileUploadUrlOutput(args: GetTestBaseAccountFileUploadUrlOutputArgs, opts?: InvokeOptions): Output<GetTestBaseAccountFileUploadUrlResult>
    def get_test_base_account_file_upload_url(blob_name: Optional[str] = None,
                                              resource_group_name: Optional[str] = None,
                                              test_base_account_name: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetTestBaseAccountFileUploadUrlResult
    def get_test_base_account_file_upload_url_output(blob_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[GetTestBaseAccountFileUploadUrlResult]
    func GetTestBaseAccountFileUploadUrl(ctx *Context, args *GetTestBaseAccountFileUploadUrlArgs, opts ...InvokeOption) (*GetTestBaseAccountFileUploadUrlResult, error)
    func GetTestBaseAccountFileUploadUrlOutput(ctx *Context, args *GetTestBaseAccountFileUploadUrlOutputArgs, opts ...InvokeOption) GetTestBaseAccountFileUploadUrlResultOutput

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

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

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group that contains the resource.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    BlobName string
    The custom file name of the uploaded blob.
    ResourceGroupName string
    The name of the resource group that contains the resource.
    TestBaseAccountName string
    The resource name of the Test Base Account.
    BlobName string
    The custom file name of the uploaded blob.
    resourceGroupName String
    The name of the resource group that contains the resource.
    testBaseAccountName String
    The resource name of the Test Base Account.
    blobName String
    The custom file name of the uploaded blob.
    resourceGroupName string
    The name of the resource group that contains the resource.
    testBaseAccountName string
    The resource name of the Test Base Account.
    blobName string
    The custom file name of the uploaded blob.
    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.
    blob_name str
    The custom file name of the uploaded blob.
    resourceGroupName String
    The name of the resource group that contains the resource.
    testBaseAccountName String
    The resource name of the Test Base Account.
    blobName String
    The custom file name of the uploaded blob.

    getTestBaseAccountFileUploadUrl Result

    The following output properties are available:

    BlobPath string
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    UploadUrl string
    The URL used for uploading the package.
    BlobPath string
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    UploadUrl string
    The URL used for uploading the package.
    blobPath String
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    uploadUrl String
    The URL used for uploading the package.
    blobPath string
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    uploadUrl string
    The URL used for uploading the package.
    blob_path str
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    upload_url str
    The URL used for uploading the package.
    blobPath String
    The blob path of the uploaded package. It will be used as the 'blobPath' property of PackageResource.
    uploadUrl String
    The URL used for uploading the package.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi