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

Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

AzureHdInsightJobManagementClient() public méthode

Parameterless constructor for mocking
public AzureHdInsightJobManagementClient ( ) : System
Résultat System

AzureHdInsightJobManagementClient() public méthode

public AzureHdInsightJobManagementClient ( string clusterName, BasicAuthenticationCloudCredentials credential ) : System
clusterName string
credential BasicAuthenticationCloudCredentials
Résultat System

GetJob() public méthode

public GetJob ( string jobId ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse
jobId string
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse

GetJobError() public méthode

public GetJobError ( string jobid, IStorageAccess storageAccess ) : Stream
jobid string
storageAccess IStorageAccess
Résultat Stream

GetJobOutput() public méthode

public GetJobOutput ( string jobid, IStorageAccess storageAccess ) : Stream
jobid string
storageAccess IStorageAccess
Résultat Stream

ListJobs() public méthode

public ListJobs ( ) : JobListResponse
Résultat JobListResponse

ListJobsAfterJobId() public méthode

public ListJobsAfterJobId ( string jobId, int numberOfJobs ) : JobListResponse
jobId string
numberOfJobs int
Résultat JobListResponse

StopJob() public méthode

public StopJob ( string jobId ) : void
jobId string
Résultat void

SubmitHiveJob() public méthode

public SubmitHiveJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition hiveJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
hiveJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitMRJob() public méthode

public SubmitMRJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition mapredJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
mapredJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitPigJob() public méthode

public SubmitPigJob ( Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition pigJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
pigJobDef Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitSqoopJob() public méthode

public SubmitSqoopJob ( AzureHDInsightSqoopJobDefinition sqoopJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
sqoopJobDef AzureHDInsightSqoopJobDefinition
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

SubmitStreamingJob() public méthode

public SubmitStreamingJob ( AzureHDInsightStreamingMapReduceJobDefinition streamingJobDef ) : Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse
streamingJobDef AzureHDInsightStreamingMapReduceJobDefinition
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobSubmissionResponse

WaitForJobCompletion() public méthode

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
Résultat Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse