AzureHDInsightJob Class

Definition

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.

Applies to