JobStage Constructors

Definition

Overloads

JobStage()

Initializes a new instance of the JobStage class.

JobStage(JobStatus, String, String, String)

Initializes a new instance of the JobStage class.

JobStage()

Initializes a new instance of the JobStage class.

public JobStage ();
Public Sub New ()

Applies to

JobStage(JobStatus, String, String, String)

Initializes a new instance of the JobStage class.

public JobStage (Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus stageStatus, string message = default, string detail = default, string errorCode = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage : Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage
Public Sub New (stageStatus As JobStatus, Optional message As String = Nothing, Optional detail As String = Nothing, Optional errorCode As String = Nothing)

Parameters

stageStatus
JobStatus

The stage status. Possible values include: 'Running', 'Succeeded', 'Failed', 'Canceled'

message
String

The message of the job stage.

detail
String

The details of the stage.

errorCode
String

The error code of the stage if any.

Applies to