ICloudJobOperations.ListPreparationAndReleaseTaskStatusAsync 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> ListPreparationAndReleaseTaskStatusAsync(
string jobId,
CloudJobListPreparationAndReleaseTaskStatusParameters parameters,
CancellationToken cancellationToken
)
Task<CloudJobListPreparationAndReleaseTaskStatusResponse^>^ ListPreparationAndReleaseTaskStatusAsync(
String^ jobId,
CloudJobListPreparationAndReleaseTaskStatusParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListPreparationAndReleaseTaskStatusAsync :
jobId:string *
parameters:CloudJobListPreparationAndReleaseTaskStatusParameters *
cancellationToken:CancellationToken -> Task<CloudJobListPreparationAndReleaseTaskStatusResponse>
Function ListPreparationAndReleaseTaskStatusAsync (
jobId As String,
parameters As CloudJobListPreparationAndReleaseTaskStatusParameters,
cancellationToken As CancellationToken
) As Task(Of CloudJobListPreparationAndReleaseTaskStatusResponse)
Parameters
jobId
Type: System.StringThe id of the job.
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