ScriptStatus Class

Generic object modeling results of script execution.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ScriptStatus

Constructor

ScriptStatus(*, error: Optional[azure.mgmt.resource.deploymentscripts.v2020_10_01.models._models_py3.ErrorResponse] = None, **kwargs)

Variables

container_instance_id
str

ACI resource Id.

storage_account_id
str

Storage account resource Id.

start_time
datetime

Start time of the script execution.

end_time
datetime

End time of the script execution.

expiration_time
datetime

Time the deployment script resource will expire.

error
ErrorResponse

Error that is relayed from the script execution.