These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.containerregistry.listRegistryBuildSourceUploadUrl
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the upload location for the user to be able to upload the source. API Version: 2019-06-01-preview.
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>
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]
func ListRegistryBuildSourceUploadUrl(ctx *Context, args *ListRegistryBuildSourceUploadUrlArgs, opts ...InvokeOption) (*ListRegistryBuildSourceUploadUrlResult, error)
func ListRegistryBuildSourceUploadUrlOutput(ctx *Context, args *ListRegistryBuildSourceUploadUrlOutputArgs, opts ...InvokeOption) ListRegistryBuildSourceUploadUrlResultOutput
> 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)
}
public static CompletableFuture<ListRegistryBuildSourceUploadUrlResult> listRegistryBuildSourceUploadUrl(ListRegistryBuildSourceUploadUrlArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerregistry:listRegistryBuildSourceUploadUrl
arguments:
# arguments dictionary
The following arguments are supported:
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Registry
Name string - The name of the container registry.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- registry
Name string - The name of the container registry.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- registry_
name str - The name of the container registry.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- registry
Name String - The name of the container registry.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
listRegistryBuildSourceUploadUrl Result
The following output properties are available:
- Relative
Path string - The relative path to the source. This is used to submit the subsequent queue build request.
- Upload
Url string - The URL where the client can upload the source.
- Relative
Path string - The relative path to the source. This is used to submit the subsequent queue build request.
- Upload
Url string - The URL where the client can upload the source.
- relative
Path String - The relative path to the source. This is used to submit the subsequent queue build request.
- upload
Url String - The URL where the client can upload the source.
- relative
Path string - The relative path to the source. This is used to submit the subsequent queue build request.
- upload
Url 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.
- relative
Path String - The relative path to the source. This is used to submit the subsequent queue build request.
- upload
Url String - The URL where the client can upload the source.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi