CloudTaskOperationsExtensions.ListNext Method (ICloudTaskOperations, String, CloudTaskListParameters)
Lists all of the tasks that are associated with the specified job.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudTaskListResponse ListNext(
this ICloudTaskOperations operations,
string nextLink,
CloudTaskListParameters parameters
)
public:
[ExtensionAttribute]
static CloudTaskListResponse^ ListNext(
ICloudTaskOperations^ operations,
String^ nextLink,
CloudTaskListParameters^ parameters
)
static member ListNext :
operations:ICloudTaskOperations *
nextLink:string *
parameters:CloudTaskListParameters -> CloudTaskListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
operations As ICloudTaskOperations,
nextLink As String,
parameters As CloudTaskListParameters
) As CloudTaskListResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudTaskOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudTaskOperations.
nextLink
Type: System.StringRequired. A nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskListParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskListResponse
Response to a CloudTaskOperations.List request.
See Also
CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top