C# Class Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob

Provides the details of an HDInsight jobDetails when creating the jobDetails.
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
AzureHDInsightJob ( Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject jobDetails, string cluster ) : Microsoft.Azure.Management.HDInsight.Job.Models

Initializes a new instance of the AzureHDInsightJob class.

Method Details

AzureHDInsightJob() public method

Initializes a new instance of the AzureHDInsightJob class.
public AzureHDInsightJob ( Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject jobDetails, string cluster ) : Microsoft.Azure.Management.HDInsight.Job.Models
jobDetails Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject The HDInsight jobDetails.
cluster string The cluster that the jobDetails was created against.
return Microsoft.Azure.Management.HDInsight.Job.Models