1. Packages
  2. Azure Native
  3. API Docs
  4. containerregistry
  5. listRegistryBuildSourceUploadUrl
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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.containerregistry.listRegistryBuildSourceUploadUrl

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get the upload location for the user to be able to upload the source.

Uses Azure REST API version 2019-06-01-preview.

Other available API versions: 2018-09-01, 2019-04-01.

Using listRegistryBuildSourceUploadUrl

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 listRegistryBuildSourceUploadUrl(args: ListRegistryBuildSourceUploadUrlArgs, opts?: InvokeOptions): Promise<ListRegistryBuildSourceUploadUrlResult>
function listRegistryBuildSourceUploadUrlOutput(args: ListRegistryBuildSourceUploadUrlOutputArgs, opts?: InvokeOptions): Output<ListRegistryBuildSourceUploadUrlResult>
Copy
def list_registry_build_source_upload_url(registry_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListRegistryBuildSourceUploadUrlResult
def list_registry_build_source_upload_url_output(registry_name: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[ListRegistryBuildSourceUploadUrlResult]
Copy
func ListRegistryBuildSourceUploadUrl(ctx *Context, args *ListRegistryBuildSourceUploadUrlArgs, opts ...InvokeOption) (*ListRegistryBuildSourceUploadUrlResult, error)
func ListRegistryBuildSourceUploadUrlOutput(ctx *Context, args *ListRegistryBuildSourceUploadUrlOutputArgs, opts ...InvokeOption) ListRegistryBuildSourceUploadUrlResultOutput
Copy

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

public static class ListRegistryBuildSourceUploadUrl 
{
    public static Task<ListRegistryBuildSourceUploadUrlResult> InvokeAsync(ListRegistryBuildSourceUploadUrlArgs args, InvokeOptions? opts = null)
    public static Output<ListRegistryBuildSourceUploadUrlResult> Invoke(ListRegistryBuildSourceUploadUrlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListRegistryBuildSourceUploadUrlResult> listRegistryBuildSourceUploadUrl(ListRegistryBuildSourceUploadUrlArgs args, InvokeOptions options)
public static Output<ListRegistryBuildSourceUploadUrlResult> listRegistryBuildSourceUploadUrl(ListRegistryBuildSourceUploadUrlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:containerregistry:listRegistryBuildSourceUploadUrl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
RegistryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.
registryName
This property is required.
Changes to this property will trigger replacement.
string
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to which the container registry belongs.
registry_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the container registry.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to which the container registry belongs.
registryName
This property is required.
Changes to this property will trigger replacement.
String
The name of the container registry.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to which the container registry belongs.

listRegistryBuildSourceUploadUrl Result

The following output properties are available:

RelativePath string
The relative path to the source. This is used to submit the subsequent queue build request.
UploadUrl string
The URL where the client can upload the source.
RelativePath string
The relative path to the source. This is used to submit the subsequent queue build request.
UploadUrl string
The URL where the client can upload the source.
relativePath String
The relative path to the source. This is used to submit the subsequent queue build request.
uploadUrl String
The URL where the client can upload the source.
relativePath string
The relative path to the source. This is used to submit the subsequent queue build request.
uploadUrl string
The URL where the client can upload the source.
relative_path str
The relative path to the source. This is used to submit the subsequent queue build request.
upload_url str
The URL where the client can upload the source.
relativePath String
The relative path to the source. This is used to submit the subsequent queue build request.
uploadUrl String
The URL where the client can upload the source.

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi