JobResponse Constructors

Definition

Overloads

JobResponse()

Initializes a new instance of the JobResponse class.

JobResponse(String)

Initializes a new instance of the JobResponse class with required arguments.

JobResponse()

Initializes a new instance of the JobResponse class.

public JobResponse ();
Public Sub New ()

Applies to

JobResponse(String)

Initializes a new instance of the JobResponse class with required arguments.

public JobResponse (string jobId);
new Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse : string -> Microsoft.WindowsAzure.Management.StorSimple.Models.JobResponse
Public Sub New (jobId As String)

Parameters

jobId
String

Applies to