JobDetailRootJsonObject Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
- Quelle:
- 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)
Parameter
- callback
- Object
- completed
- String
- id
- String
- msg
- Object
- parentId
- String
- percentComplete
- String
- profile
- Profile
- status
- Status
- user
- String
- userargs
- Userargs
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET