Script Status Response
data class ScriptStatusResponse(val containerInstanceId: String, val endTime: String, val error: ErrorResponseResponse? = null, val expirationTime: String, val startTime: String, val storageAccountId: String)
Generic object modeling results of script execution.
Constructors
Link copied to clipboard
fun ScriptStatusResponse(containerInstanceId: String, endTime: String, error: ErrorResponseResponse? = null, expirationTime: String, startTime: String, storageAccountId: String)