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