CloudTaskOperationsExtensions.ListNextSubtasks Method (ICloudTaskOperations, String, CloudTaskListSubtasksParameters)
Lists all of the subtasks that are associated with the specified multi-instance task.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudTaskListSubtasksResponse ListNextSubtasks(
this ICloudTaskOperations operations,
string nextLink,
CloudTaskListSubtasksParameters parameters
)
public:
[ExtensionAttribute]
static CloudTaskListSubtasksResponse^ ListNextSubtasks(
ICloudTaskOperations^ operations,
String^ nextLink,
CloudTaskListSubtasksParameters^ parameters
)
static member ListNextSubtasks :
operations:ICloudTaskOperations *
nextLink:string *
parameters:CloudTaskListSubtasksParameters -> CloudTaskListSubtasksResponse
<ExtensionAttribute>
Public Shared Function ListNextSubtasks (
operations As ICloudTaskOperations,
nextLink As String,
parameters As CloudTaskListSubtasksParameters
) As CloudTaskListSubtasksResponse
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.CloudTaskListSubtasksParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudTaskListSubtasksResponse
Response to a CloudTaskOperations.ListSubtasks request.
See Also
CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top