你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.