Udostępnij za pośrednictwem


ExperimentStatus Constructors

Definition

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.

createdDateUtc
Nullable<DateTime>

String that represents the created date time of a Experiment.

endDateUtc
Nullable<DateTime>

String that represents the end date time of a Experiment.

Applies to