Partager via


ExperimentExecutionDetails Class

Model that represents the execution details of a Experiment.

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

Inheritance
azure.mgmt.chaos._serialization.Model
ExperimentExecutionDetails

Constructor

ExperimentExecutionDetails(**kwargs: Any)

Variables

Name Description
type
str

String of the resource type.

id
str

String of the fully qualified resource ID.

name
str

String of the resource name.

experiment_id
str

The id of the experiment.

status
str

The value of the status of the experiment execution.

failure_reason
str

The reason why the execution failed.

created_date_time

String that represents the created date time.

last_action_date_time

String that represents the last action date time.

start_date_time

String that represents the start date time.

stop_date_time

String that represents the stop date time.

run_information

The information of the experiment run.