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
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobOperations.
nextLink
Type: System.StringRequired. A nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobListPreparationAndReleaseTaskStatusParametersRequired. The parameters for the request.
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