JobOperationsExtensions.KillJobAsync(IJobOperations, String) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse> KillJobAsync (this Microsoft.Azure.Management.HDInsight.Job.IJobOperations operations, string jobId);
static member KillJobAsync : Microsoft.Azure.Management.HDInsight.Job.IJobOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HDInsight.Job.Models.JobGetResponse>
<Extension()>
Public Function KillJobAsync (operations As IJobOperations, jobId As String) As Task(Of JobGetResponse)

Parameters

operations
IJobOperations
jobId
String

Returns

Applies to