1. Packages
  2. Azure Native v2
  3. API Docs
  4. testbase
  5. getTestBaseAccountFileUploadUrl
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.testbase.getTestBaseAccountFileUploadUrl

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 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)
    public static Output<GetTestBaseAccountFileUploadUrlResult> getTestBaseAccountFileUploadUrl(GetTestBaseAccountFileUploadUrlArgs args, InvokeOptions options)
    
    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-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi