JobOperationsExtensions.SubmitSqoopJobAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SubmitSqoopJobAsync(IJobOperations, SqoopJobSubmissionParameters, CancellationToken) | |
SubmitSqoopJobAsync(IJobOperations, Stream, CancellationToken) |
SubmitSqoopJobAsync(IJobOperations, SqoopJobSubmissionParameters, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse> SubmitSqoopJobAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, Microsoft.Azure.HDInsight.Job.Models.SqoopJobSubmissionParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member SubmitSqoopJobAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * Microsoft.Azure.HDInsight.Job.Models.SqoopJobSubmissionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse>
<Extension()>
Public Function SubmitSqoopJobAsync (operations As IJobOperations, parameters As SqoopJobSubmissionParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSubmissionJsonResponse)
Parameter
- operations
- IJobOperations
- parameters
- SqoopJobSubmissionParameters
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
SubmitSqoopJobAsync(IJobOperations, Stream, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse> SubmitSqoopJobAsync (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, System.IO.Stream content, System.Threading.CancellationToken cancellationToken = default);
static member SubmitSqoopJobAsync : Microsoft.Azure.HDInsight.Job.IJobOperations * System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.HDInsight.Job.Models.JobSubmissionJsonResponse>
<Extension()>
Public Function SubmitSqoopJobAsync (operations As IJobOperations, content As Stream, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSubmissionJsonResponse)
Parameter
- operations
- IJobOperations
- content
- Stream
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET