get Registry Build Source Upload Url
suspend fun getRegistryBuildSourceUploadUrl(argument: GetRegistryBuildSourceUploadUrlPlainArgs): GetRegistryBuildSourceUploadUrlResult
Get the upload location for the user to be able to upload the source. API Version: 2018-02-01-preview.
Return
The properties of a response to source upload request.
Parameters
argument
null
suspend fun getRegistryBuildSourceUploadUrl(registryName: String, resourceGroupName: String): GetRegistryBuildSourceUploadUrlResult
Return
The properties of a response to source upload request.
Parameters
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getRegistryBuildSourceUploadUrl(argument: suspend GetRegistryBuildSourceUploadUrlPlainArgsBuilder.() -> Unit): GetRegistryBuildSourceUploadUrlResult
Return
The properties of a response to source upload request.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetRegistryBuildSourceUploadUrlPlainArgs.