Get Script Execution Result
data class GetScriptExecutionResult(val errors: List<String>, val failureReason: String? = null, val finishedAt: String, val hiddenParameters: List<Any>? = null, val id: String, val information: List<String>, val name: String, val namedOutputs: Map<String, Any>? = null, val output: List<String>? = null, val parameters: List<Any>? = null, val provisioningState: String, val retention: String? = null, val scriptCmdletId: String? = null, val startedAt: String, val submittedAt: String, val timeout: String, val type: String, val warnings: List<String>)
An instance of a script executed by a user - custom or AVS
Constructors
Link copied to clipboard
constructor(errors: List<String>, failureReason: String? = null, finishedAt: String, hiddenParameters: List<Any>? = null, id: String, information: List<String>, name: String, namedOutputs: Map<String, Any>? = null, output: List<String>? = null, parameters: List<Any>? = null, provisioningState: String, retention: String? = null, scriptCmdletId: String? = null, startedAt: String, submittedAt: String, timeout: String, type: String, warnings: List<String>)
Properties
Link copied to clipboard
Error message if the script was able to run, but if the script itself had errors or powershell threw an exception
Link copied to clipboard
Time the script execution was finished
Link copied to clipboard
Parameters that will be hidden/not visible to ARM, such as passwords and credentials
Link copied to clipboard
Standard information out stream from the powershell execution
Link copied to clipboard
User-defined dictionary.
Link copied to clipboard
Parameters the script will accept
Link copied to clipboard
The state of the script execution resource
Link copied to clipboard
A reference to the script cmdlet resource if user is running a AVS script
Link copied to clipboard
Time the script execution was submitted