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

파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AzureHdInsightJobManagementClient ( ) : System

Parameterless constructor for mocking

AzureHdInsightJobManagementClient ( string clusterName, BasicAuthenticationCloudCredentials credential ) : System
GetJob ( string jobId ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse
GetJobError ( string jobid, IStorageAccess storageAccess ) : Stream
GetJobOutput ( string jobid, IStorageAccess storageAccess ) : Stream
ListJobs ( ) : JobListResponse
ListJobsAfterJobId ( string jobId, int numberOfJobs ) : JobListResponse
StopJob ( string jobId ) : void
SubmitHiveJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition hiveJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
SubmitMRJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition mapredJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
SubmitPigJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition pigJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
SubmitSqoopJob ( AzureHDInsightSqoopJobDefinition sqoopJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
SubmitStreamingJob ( AzureHDInsightStreamingMapReduceJobDefinition streamingJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
WaitForJobCompletion ( string jobId, System.TimeSpan duration = null, System.TimeSpan waitInterval = null ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse

메소드 상세

AzureHdInsightJobManagementClient() 공개 메소드

Parameterless constructor for mocking
public AzureHdInsightJobManagementClient ( ) : System
리턴 System

AzureHdInsightJobManagementClient() 공개 메소드

public AzureHdInsightJobManagementClient ( string clusterName, BasicAuthenticationCloudCredentials credential ) : System
clusterName string
credential BasicAuthenticationCloudCredentials
리턴 System

GetJob() 공개 메소드

public GetJob ( string jobId ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse
jobId string
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse

GetJobError() 공개 메소드

public GetJobError ( string jobid, IStorageAccess storageAccess ) : Stream
jobid string
storageAccess IStorageAccess
리턴 Stream

GetJobOutput() 공개 메소드

public GetJobOutput ( string jobid, IStorageAccess storageAccess ) : Stream
jobid string
storageAccess IStorageAccess
리턴 Stream

ListJobs() 공개 메소드

public ListJobs ( ) : JobListResponse
리턴 JobListResponse

ListJobsAfterJobId() 공개 메소드

public ListJobsAfterJobId ( string jobId, int numberOfJobs ) : JobListResponse
jobId string
numberOfJobs int
리턴 JobListResponse

StopJob() 공개 메소드

public StopJob ( string jobId ) : void
jobId string
리턴 void

SubmitHiveJob() 공개 메소드

public SubmitHiveJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition hiveJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
hiveJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitMRJob() 공개 메소드

public SubmitMRJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition mapredJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
mapredJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitPigJob() 공개 메소드

public SubmitPigJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition pigJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
pigJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitSqoopJob() 공개 메소드

public SubmitSqoopJob ( AzureHDInsightSqoopJobDefinition sqoopJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
sqoopJobDef AzureHDInsightSqoopJobDefinition
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitStreamingJob() 공개 메소드

public SubmitStreamingJob ( AzureHDInsightStreamingMapReduceJobDefinition streamingJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
streamingJobDef AzureHDInsightStreamingMapReduceJobDefinition
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

WaitForJobCompletion() 공개 메소드

public WaitForJobCompletion ( string jobId, System.TimeSpan duration = null, System.TimeSpan waitInterval = null ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse
jobId string
duration System.TimeSpan
waitInterval System.TimeSpan
리턴 Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse