CloudJobOperationsExtensions.ListPreparationAndReleaseTaskStatus 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 ListPreparationAndReleaseTaskStatus(
this ICloudJobOperations operations,
string jobId,
CloudJobListPreparationAndReleaseTaskStatusParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobListPreparationAndReleaseTaskStatusResponse^ ListPreparationAndReleaseTaskStatus(
ICloudJobOperations^ operations,
String^ jobId,
CloudJobListPreparationAndReleaseTaskStatusParameters^ parameters
)
static member ListPreparationAndReleaseTaskStatus :
operations:ICloudJobOperations *
jobId:string *
parameters:CloudJobListPreparationAndReleaseTaskStatusParameters -> CloudJobListPreparationAndReleaseTaskStatusResponse
<ExtensionAttribute>
Public Shared Function ListPreparationAndReleaseTaskStatus (
operations As ICloudJobOperations,
jobId As String,
parameters As CloudJobListPreparationAndReleaseTaskStatusParameters
) As CloudJobListPreparationAndReleaseTaskStatusResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobOperations.
jobId
Type: System.StringRequired. The id of the job.
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