ScriptStatusResponse

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
constructor(containerInstanceId: String, endTime: String, error: ErrorResponseResponse? = null, expirationTime: String, startTime: String, storageAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ACI resource Id.

Link copied to clipboard

End time of the script execution.

Link copied to clipboard

Error that is relayed from the script execution.

Link copied to clipboard

Time the deployment script resource will expire.

Link copied to clipboard

Start time of the script execution.

Link copied to clipboard

Storage account resource Id.