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