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

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

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