Delen via


ExperimentExecutionActionTargetDetailsProperties Constructors

Definition

Overloads

ExperimentExecutionActionTargetDetailsProperties()

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

ExperimentExecutionActionTargetDetailsProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionActionTargetDetailsError)

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

ExperimentExecutionActionTargetDetailsProperties()

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

public ExperimentExecutionActionTargetDetailsProperties ();
Public Sub New ()

Applies to

ExperimentExecutionActionTargetDetailsProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionActionTargetDetailsError)

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

public ExperimentExecutionActionTargetDetailsProperties (string status = default, string target = default, DateTime? failedDateUtc = default, DateTime? completedDateUtc = default, Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsError error = default);
new Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsError -> Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties
Public Sub New (Optional status As String = Nothing, Optional target As String = Nothing, Optional failedDateUtc As Nullable(Of DateTime) = Nothing, Optional completedDateUtc As Nullable(Of DateTime) = Nothing, Optional error As ExperimentExecutionActionTargetDetailsError = Nothing)

Parameters

status
String

The status of the execution.

target
String

The target for the action.

failedDateUtc
Nullable<DateTime>

String that represents the failed date time.

completedDateUtc
Nullable<DateTime>

String that represents the completed date time.

error
ExperimentExecutionActionTargetDetailsError

The error of the action.

Applies to