list Run Log Sas Url
Gets a link to download the run logs. Uses Azure REST API version 2019-06-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerregistry [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The result of get log link operation.
Parameters
argument
null
suspend fun listRunLogSasUrl(registryName: String, resourceGroupName: String, runId: String): ListRunLogSasUrlResult
Return
The result of get log link operation.
Parameters
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
run Id
The run ID.
See also
suspend fun listRunLogSasUrl(argument: suspend ListRunLogSasUrlPlainArgsBuilder.() -> Unit): ListRunLogSasUrlResult
Return
The result of get log link operation.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListRunLogSasUrlPlainArgs.