CloudTaskOperationsExtensions.ListNextAsync 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 Task<CloudTaskListResponse> ListNextAsync(
    this ICloudTaskOperations operations,
    string nextLink,
    CloudTaskListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudTaskListResponse^>^ ListNextAsync(
    ICloudTaskOperations^ operations,
    String^ nextLink,
    CloudTaskListParameters^ parameters
)
static member ListNextAsync : 
        operations:ICloudTaskOperations *
        nextLink:string *
        parameters:CloudTaskListParameters -> Task<CloudTaskListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As ICloudTaskOperations,
    nextLink As String,
    parameters As CloudTaskListParameters
) As Task(Of CloudTaskListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

Return Value

Type: System.Threading.Tasks.Task<CloudTaskListResponse>

Response to a CloudTaskOperations.List request.

See Also

CloudTaskOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top