AzureHDInsightJob(JobDetailRootJsonObject, String) Constructor

Definition

Initializes a new instance of the AzureHDInsightJob class.

public AzureHDInsightJob (Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject jobDetails, string cluster);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob : Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob
Public Sub New (jobDetails As JobDetailRootJsonObject, cluster As String)

Parameters

jobDetails
JobDetailRootJsonObject

The HDInsight jobDetails.

cluster
String

The cluster that the jobDetails was created against.

Applies to