CloudJobOperationsExtensions.GetAsync Method (ICloudJobOperations, String, CloudJobGetParameters)

 

Gets information about the specified job.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static Task<CloudJobGetResponse> GetAsync(
    this ICloudJobOperations operations,
    string jobId,
    CloudJobGetParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobGetResponse^>^ GetAsync(
    ICloudJobOperations^ operations,
    String^ jobId,
    CloudJobGetParameters^ parameters
)
static member GetAsync : 
        operations:ICloudJobOperations *
        jobId:string *
        parameters:CloudJobGetParameters -> Task<CloudJobGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As ICloudJobOperations,
    jobId As String,
    parameters As CloudJobGetParameters
) As Task(Of CloudJobGetResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CloudJobGetResponse>

Response to a CloudJobOperations.Get request.

See Also

CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top