get Script Execution Logs
suspend fun getScriptExecutionLogs(argument: GetScriptExecutionLogsPlainArgs): GetScriptExecutionLogsResult
Return the logs for a script execution resource Uses Azure REST API version 2022-05-01. Other available API versions: 2023-03-01, 2023-09-01.
Return
An instance of a script executed by a user - custom or AVS
Parameters
argument
null
suspend fun getScriptExecutionLogs(privateCloudName: String, resourceGroupName: String, scriptExecutionName: String): GetScriptExecutionLogsResult
Return
An instance of a script executed by a user - custom or AVS
Parameters
private Cloud Name
Name of the private cloud
resource Group Name
The name of the resource group. The name is case insensitive.
script Execution Name
Name of the user-invoked script execution resource
See also
suspend fun getScriptExecutionLogs(argument: suspend GetScriptExecutionLogsPlainArgsBuilder.() -> Unit): GetScriptExecutionLogsResult
Return
An instance of a script executed by a user - custom or AVS
Parameters
argument
Builder for com.pulumi.azurenative.avs.kotlin.inputs.GetScriptExecutionLogsPlainArgs.