ExperimentExecutionActionTargetDetailsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model that represents the Experiment action target details properties model.
public class ExperimentExecutionActionTargetDetailsProperties
type ExperimentExecutionActionTargetDetailsProperties = class
Public Class ExperimentExecutionActionTargetDetailsProperties
- Inheritance
-
ExperimentExecutionActionTargetDetailsProperties
Constructors
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. |
Properties
CompletedDateUtc |
Gets string that represents the completed date time. |
Error |
Gets the error of the action. |
FailedDateUtc |
Gets string that represents the failed date time. |
Status |
Gets the status of the execution. |
Target |
Gets the target for the action. |
Applies to
Azure SDK for .NET