CloudJobOperationsExtensions.ListNextPreparationAndReleaseTaskStatusAsync Method (ICloudJobOperations, String, CloudJobListPreparationAndReleaseTaskStatusParameters)

 

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

public static Task<CloudJobListPreparationAndReleaseTaskStatusResponse> ListNextPreparationAndReleaseTaskStatusAsync(
    this ICloudJobOperations operations,
    string nextLink,
    CloudJobListPreparationAndReleaseTaskStatusParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobListPreparationAndReleaseTaskStatusResponse^>^ ListNextPreparationAndReleaseTaskStatusAsync(
    ICloudJobOperations^ operations,
    String^ nextLink,
    CloudJobListPreparationAndReleaseTaskStatusParameters^ parameters
)
static member ListNextPreparationAndReleaseTaskStatusAsync : 
        operations:ICloudJobOperations *
        nextLink:string *
        parameters:CloudJobListPreparationAndReleaseTaskStatusParameters -> Task<CloudJobListPreparationAndReleaseTaskStatusResponse>
<ExtensionAttribute>
Public Shared Function ListNextPreparationAndReleaseTaskStatusAsync (
    operations As ICloudJobOperations,
    nextLink As String,
    parameters As CloudJobListPreparationAndReleaseTaskStatusParameters
) As Task(Of CloudJobListPreparationAndReleaseTaskStatusResponse)

Parameters

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

Return Value

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

Response to a CloudJobOperations.ListPreparationAndReleaseTaskStatus request.

See Also

CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top