JobOperationsExtensions.YieldOperation(IJobOperations, String, Guid) Method

Definition

Pauses the specified job and places it back in the job queue, behind other jobs of equal or higher importance, based on priority. (Only for use internally with Scope job type.)

public static void YieldOperation (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Guid jobIdentity);
static member YieldOperation : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Guid -> unit
<Extension()>
Public Sub YieldOperation (operations As IJobOperations, accountName As String, jobIdentity As Guid)

Parameters

operations
IJobOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account to execute job operations on.

jobIdentity
Guid

Job identifier. Uniquely identifies the job across all jobs submitted to the service.

Applies to