ExperimentExecutionDetails Constructors
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.
Overloads
ExperimentExecutionDetails() |
Initializes a new instance of the ExperimentExecutionDetails class. |
ExperimentExecutionDetails(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionDetailsPropertiesRunInformation) |
Initializes a new instance of the ExperimentExecutionDetails class. |
ExperimentExecutionDetails()
Initializes a new instance of the ExperimentExecutionDetails class.
public ExperimentExecutionDetails ();
Public Sub New ()
Applies to
ExperimentExecutionDetails(String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionDetailsPropertiesRunInformation)
Initializes a new instance of the ExperimentExecutionDetails class.
public ExperimentExecutionDetails (string type = default, string id = default, string name = default, string experimentId = default, string status = default, string failureReason = default, DateTime? createdDateUtc = default, DateTime? lastActionDateUtc = default, DateTime? startDateUtc = default, DateTime? stopDateUtc = default, Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformation runInformation = default);
new Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetails : string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetailsPropertiesRunInformation -> Microsoft.Azure.Management.Chaos.Models.ExperimentExecutionDetails
Public Sub New (Optional type As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional experimentId As String = Nothing, Optional status As String = Nothing, Optional failureReason As String = Nothing, Optional createdDateUtc As Nullable(Of DateTime) = Nothing, Optional lastActionDateUtc As Nullable(Of DateTime) = Nothing, Optional startDateUtc As Nullable(Of DateTime) = Nothing, Optional stopDateUtc As Nullable(Of DateTime) = Nothing, Optional runInformation As ExperimentExecutionDetailsPropertiesRunInformation = Nothing)
Parameters
- type
- String
String of the resource type.
- id
- String
String of the fully qualified resource ID.
- name
- String
String of the resource name.
- experimentId
- String
The id of the experiment.
- status
- String
The value of the status of the experiment execution.
- failureReason
- String
The reason why the execution failed.
- runInformation
- ExperimentExecutionDetailsPropertiesRunInformation
The information of the experiment run.
Applies to
Azure SDK for .NET