get Build Service Build Result Log
suspend fun getBuildServiceBuildResultLog(argument: GetBuildServiceBuildResultLogPlainArgs): GetBuildServiceBuildResultLogResult
Get a KPack build result log download URL. API Version: 2022-01-01-preview.
Return
Build result log resource properties payload
Parameters
argument
null
suspend fun getBuildServiceBuildResultLog(buildName: String, buildResultName: String, buildServiceName: String, resourceGroupName: String, serviceName: String): GetBuildServiceBuildResultLogResult
Return
Build result log resource properties payload
Parameters
build Name
The name of the build resource.
build Result Name
The name of the build result resource.
build Service Name
The name of the build service resource.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
service Name
The name of the Service resource.
See also
suspend fun getBuildServiceBuildResultLog(argument: suspend GetBuildServiceBuildResultLogPlainArgsBuilder.() -> Unit): GetBuildServiceBuildResultLogResult
Return
Build result log resource properties payload
Parameters
argument
Builder for com.pulumi.azurenative.appplatform.kotlin.inputs.GetBuildServiceBuildResultLogPlainArgs.