ExperimentStatus 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
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. |
ExperimentStatus()
Initializes a new instance of the ExperimentStatus class.
public ExperimentStatus ();
Public Sub New ()
Applies to
ExperimentStatus(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the ExperimentStatus class.
public ExperimentStatus (string type = default, string id = default, string name = default, string status = default, DateTime? createdDateUtc = default, DateTime? endDateUtc = default);
new Microsoft.Azure.Management.Chaos.Models.ExperimentStatus : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Chaos.Models.ExperimentStatus
Public Sub New (Optional type As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional status As String = Nothing, Optional createdDateUtc As Nullable(Of DateTime) = Nothing, Optional endDateUtc As Nullable(Of DateTime) = 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.
- status
- String
String that represents the status of a Experiment.