JobSubmissionJsonResponse 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
JobSubmissionJsonResponse() | |
JobSubmissionJsonResponse(String) |
JobSubmissionJsonResponse()
- Source:
- JobSubmissionJsonResponse.cs
public JobSubmissionJsonResponse ();
Public Sub New ()
Applies to
JobSubmissionJsonResponse(String)
- Source:
- JobSubmissionJsonResponse.cs
public JobSubmissionJsonResponse (string id = default);
new Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse : string -> Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String