list Registry Build Source Upload Url
suspend fun listRegistryBuildSourceUploadUrl(argument: ListRegistryBuildSourceUploadUrlPlainArgs): ListRegistryBuildSourceUploadUrlResult
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.
Return
The properties of a response to source upload request.
Parameters
argument
null
suspend fun listRegistryBuildSourceUploadUrl(registryName: String, resourceGroupName: String): ListRegistryBuildSourceUploadUrlResult
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 listRegistryBuildSourceUploadUrl(argument: suspend ListRegistryBuildSourceUploadUrlPlainArgsBuilder.() -> Unit): ListRegistryBuildSourceUploadUrlResult
Return
The properties of a response to source upload request.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListRegistryBuildSourceUploadUrlPlainArgs.