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
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.CloudJobGetParametersRequired. The parameters for the request.
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