C# 클래스 Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob

Provides the details of an HDInsight jobDetails when creating the jobDetails.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AzureHDInsightJob() 공개 메소드

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.
리턴 Microsoft.Azure.Management.HDInsight.Job.Models