CloudJobOperationsExtensions.ListNextPreparationAndReleaseTaskStatus 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 CloudJobListPreparationAndReleaseTaskStatusResponse ListNextPreparationAndReleaseTaskStatus(
this ICloudJobOperations operations,
string nextLink,
CloudJobListPreparationAndReleaseTaskStatusParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobListPreparationAndReleaseTaskStatusResponse^ ListNextPreparationAndReleaseTaskStatus(
ICloudJobOperations^ operations,
String^ nextLink,
CloudJobListPreparationAndReleaseTaskStatusParameters^ parameters
)
static member ListNextPreparationAndReleaseTaskStatus :
operations:ICloudJobOperations *
nextLink:string *
parameters:CloudJobListPreparationAndReleaseTaskStatusParameters -> CloudJobListPreparationAndReleaseTaskStatusResponse
<ExtensionAttribute>
Public Shared Function ListNextPreparationAndReleaseTaskStatus (
operations As ICloudJobOperations,
nextLink As String,
parameters As CloudJobListPreparationAndReleaseTaskStatusParameters
) As 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: Microsoft.Azure.Batch.Protocol.Models.CloudJobListPreparationAndReleaseTaskStatusResponse
Response to a CloudJobOperations.ListPreparationAndReleaseTaskStatus request.
See Also
CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top