C# Класс Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightJobManagementClient

Показать файл Открыть проект

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