Delen via


ArmChaosModelFactory.ExperimentExecutionActionTargetDetailsProperties Method

Definition

Initializes a new instance of ExperimentExecutionActionTargetDetailsProperties.

public static Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties ExperimentExecutionActionTargetDetailsProperties (string status = default, string target = default, DateTimeOffset? targetFailedOn = default, DateTimeOffset? targetCompletedOn = default, Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsError error = default);
static member ExperimentExecutionActionTargetDetailsProperties : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsError -> Azure.ResourceManager.Chaos.Models.ExperimentExecutionActionTargetDetailsProperties
Public Shared Function ExperimentExecutionActionTargetDetailsProperties (Optional status As String = Nothing, Optional target As String = Nothing, Optional targetFailedOn As Nullable(Of DateTimeOffset) = Nothing, Optional targetCompletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional error As ExperimentExecutionActionTargetDetailsError = Nothing) As ExperimentExecutionActionTargetDetailsProperties

Parameters

status
String

The status of the execution.

target
String

The target for the action.

targetFailedOn
Nullable<DateTimeOffset>

String that represents the failed date time.

targetCompletedOn
Nullable<DateTimeOffset>

String that represents the completed date time.

error
ExperimentExecutionActionTargetDetailsError

The error of the action.

Returns

A new ExperimentExecutionActionTargetDetailsProperties instance for mocking.

Applies to