ExperimentStatus Class

Definition

Model that represents the status of a Experiment.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExperimentStatus
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExperimentStatus = class
Public Class ExperimentStatus
Inheritance
ExperimentStatus
Attributes

Constructors

ExperimentStatus()

Initializes a new instance of the ExperimentStatus class.

ExperimentStatus(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the ExperimentStatus class.

Properties

CreatedDateUtc

Gets string that represents the created date time of a Experiment.

EndDateUtc

Gets string that represents the end date time of a Experiment.

Id

Gets string of the fully qualified resource ID.

Name

Gets string of the resource name.

Status

Gets string that represents the status of a Experiment.

Type

Gets string of the resource type.

Applies to