ICloudJobOperations.ListNextPreparationAndReleaseTaskStatusAsync Method (String, CloudJobListPreparationAndReleaseTaskStatusParameters, CancellationToken)

 

Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

Task<CloudJobListPreparationAndReleaseTaskStatusResponse> ListNextPreparationAndReleaseTaskStatusAsync(
    string nextLink,
    CloudJobListPreparationAndReleaseTaskStatusParameters parameters,
    CancellationToken cancellationToken
)
Task<CloudJobListPreparationAndReleaseTaskStatusResponse^>^ ListNextPreparationAndReleaseTaskStatusAsync(
    String^ nextLink,
    CloudJobListPreparationAndReleaseTaskStatusParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListNextPreparationAndReleaseTaskStatusAsync : 
        nextLink:string *
        parameters:CloudJobListPreparationAndReleaseTaskStatusParameters *
        cancellationToken:CancellationToken -> Task<CloudJobListPreparationAndReleaseTaskStatusResponse>
Function ListNextPreparationAndReleaseTaskStatusAsync (
    nextLink As String,
    parameters As CloudJobListPreparationAndReleaseTaskStatusParameters,
    cancellationToken As CancellationToken
) As Task(Of CloudJobListPreparationAndReleaseTaskStatusResponse)

Parameters

  • nextLink
    Type: System.String

    A nextLink URL from a previous List response.

Return Value

Type: System.Threading.Tasks.Task<CloudJobListPreparationAndReleaseTaskStatusResponse>

Response to a CloudJobOperations.ListPreparationAndReleaseTaskStatus request.

See Also

ICloudJobOperations Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top