JobOperations.GetJob Method

Definition

Gets the specified CloudJob.

C#
public Microsoft.Azure.Batch.CloudJob GetJob(string jobId, Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);

Parameters

jobId
String

The id of the job to get.

detailLevel
DetailLevel

A DetailLevel used for controlling which properties are retrieved from the service.

additionalBehaviors
IEnumerable<BatchClientBehavior>

A collection of BatchClientBehavior instances that are applied to the Batch service request after the CustomBehaviors and detailLevel.

Returns

A CloudJob containing information about the specified Azure Batch job.

Remarks

This is a blocking operation. For a non-blocking equivalent, see GetJobAsync(String, DetailLevel, IEnumerable<BatchClientBehavior>, CancellationToken).

Applies to

Product Versions
Azure SDK for .NET Latest