CloudJobScheduleOperationsExtensions.ListNextAsync Method (ICloudJobScheduleOperations, String, CloudJobScheduleListParameters)

 

Lists all of the job schedules in the specified account.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static Task<CloudJobScheduleListResponse> ListNextAsync(
    this ICloudJobScheduleOperations operations,
    string nextLink,
    CloudJobScheduleListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobScheduleListResponse^>^ ListNextAsync(
    ICloudJobScheduleOperations^ operations,
    String^ nextLink,
    CloudJobScheduleListParameters^ parameters
)
static member ListNextAsync : 
        operations:ICloudJobScheduleOperations *
        nextLink:string *
        parameters:CloudJobScheduleListParameters -> Task<CloudJobScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As ICloudJobScheduleOperations,
    nextLink As String,
    parameters As CloudJobScheduleListParameters
) As Task(Of CloudJobScheduleListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

Return Value

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

Response to a CloudJobScheduleOperations.List request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top