CloudTaskOperationsExtensions.Get Method (ICloudTaskOperations, String, String, CloudTaskGetParameters)
Gets information about the specified task.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudTaskGetResponse Get(
this ICloudTaskOperations operations,
string jobId,
string taskId,
CloudTaskGetParameters parameters
)
public:
[ExtensionAttribute]
static CloudTaskGetResponse^ Get(
ICloudTaskOperations^ operations,
String^ jobId,
String^ taskId,
CloudTaskGetParameters^ parameters
)
static member Get :
operations:ICloudTaskOperations *
jobId:string *
taskId:string *
parameters:CloudTaskGetParameters -> CloudTaskGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As ICloudTaskOperations,
jobId As String,
taskId As String,
parameters As CloudTaskGetParameters
) As CloudTaskGetResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudTaskOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudTaskOperations.
jobId
Type: System.StringRequired. The id of the job that contains the task.
taskId
Type: System.StringRequired. The id of the task to get information about.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskGetParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskGetResponse
Response to a CloudTaskOperations.Get request.
See Also
CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top