JobDetailRootJsonObject 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
JobDetailRootJsonObject() | |
JobDetailRootJsonObject(Object, String, Nullable<Int32>, String, Object, String, String, Profile, Status, String, Userargs) |
JobDetailRootJsonObject()
JobDetailRootJsonObject(Object, String, Nullable<Int32>, String, Object, String, String, Profile, Status, String, Userargs)
- Source:
- JobDetailRootJsonObject.cs
public JobDetailRootJsonObject (object callback = default, string completed = default, int? exitValue = default, string id = default, object msg = default, string parentId = default, string percentComplete = default, Microsoft.Azure.HDInsight.Job.Models.Profile profile = default, Microsoft.Azure.HDInsight.Job.Models.Status status = default, string user = default, Microsoft.Azure.HDInsight.Job.Models.Userargs userargs = default);
new Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject : obj * string * Nullable<int> * string * obj * string * string * Microsoft.Azure.HDInsight.Job.Models.Profile * Microsoft.Azure.HDInsight.Job.Models.Status * string * Microsoft.Azure.HDInsight.Job.Models.Userargs -> Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject
Public Sub New (Optional callback As Object = Nothing, Optional completed As String = Nothing, Optional exitValue As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional msg As Object = Nothing, Optional parentId As String = Nothing, Optional percentComplete As String = Nothing, Optional profile As Profile = Nothing, Optional status As Status = Nothing, Optional user As String = Nothing, Optional userargs As Userargs = Nothing)
Parameters
- callback
- Object
- completed
- String
- id
- String
- msg
- Object
- parentId
- String
- percentComplete
- String
- profile
- Profile
- status
- Status
- user
- String
- userargs
- Userargs