你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureHDInsightJob Class
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.
Provides the details of an HDInsight jobDetails when creating the jobDetails.
public class AzureHDInsightJob
type AzureHDInsightJob = class
Public Class AzureHDInsightJob
- Inheritance
-
AzureHDInsightJob
Constructors
AzureHDInsightJob(JobDetailRootJsonObject, String) |
Initializes a new instance of the AzureHDInsightJob class. |
Properties
Callback |
Gets the callback URL, if any. |
Cluster |
Gets or sets the name of the cluster to which the jobDetails was submitted. |
Completed |
Gets a string representing completed status, for example "done". |
ExitValue |
Gets the exit code for the jobDetails. |
HttpEndpoint |
Gets or sets the HTTP endpoint for the cluster to which the jobDetails was submitted. |
JobId |
Gets the JobId returned by the request. |
ParentId |
Gets or sets the parent job ID. |
PercentComplete |
Gets the percentage completion of the jobDetails. |
State |
Gets the object containing the job status information. |
StatusFolder |
Gets the status folder for the jobDetails. |
User |
Gets the user name of the job creator. |