你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobDetailRootJsonObject 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- callback
- Object
- completed
- String
- id
- String
- msg
- Object
- parentId
- String
- percentComplete
- String
- profile
- Profile
- status
- Status
- user
- String
- userargs
- Userargs