Compartilhar via


IJobOperations.WaitForJobCompletionWithHttpMessagesAsync Método

Definição

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject>> WaitForJobCompletionWithHttpMessagesAsync (string jobId, TimeSpan? duration, TimeSpan? waitInterval);
abstract member WaitForJobCompletionWithHttpMessagesAsync : string * Nullable<TimeSpan> * Nullable<TimeSpan> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.HDInsight.Job.Models.JobDetailRootJsonObject>>
Public Function WaitForJobCompletionWithHttpMessagesAsync (jobId As String, duration As Nullable(Of TimeSpan), waitInterval As Nullable(Of TimeSpan)) As Task(Of AzureOperationResponse(Of JobDetailRootJsonObject))

Parâmetros

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

Retornos

Aplica-se a