你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobOperationsExtensions.WaitForJobCompletion 方法

定义

public static Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject WaitForJobCompletion(this Microsoft.Azure.HDInsight.Job.IJobOperations operations, string jobId, TimeSpan? duration = default, TimeSpan? waitInterval = default);
static member WaitForJobCompletion : Microsoft.Azure.HDInsight.Job.IJobOperations * string * Nullable<TimeSpan> * Nullable<TimeSpan> -> Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject
<Extension()>
Public Function WaitForJobCompletion (operations As IJobOperations, jobId As String, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional waitInterval As Nullable(Of TimeSpan) = Nothing) As JobDetailRootJsonObject

参数

operations
IJobOperations
jobId
String
duration
Nullable<TimeSpan>
waitInterval
Nullable<TimeSpan>

返回

适用于