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.StringA nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobListPreparationAndReleaseTaskStatusParametersThe parameters for the request.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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