AzureHDInsightJob(JobDetailRootJsonObject, String) Constructor
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.
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.