JobResponse 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
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