CloudJobScheduleOperationsExtensions.ListNext 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 CloudJobScheduleListResponse ListNext(
    this ICloudJobScheduleOperations operations,
    string nextLink,
    CloudJobScheduleListParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobScheduleListResponse^ ListNext(
    ICloudJobScheduleOperations^ operations,
    String^ nextLink,
    CloudJobScheduleListParameters^ parameters
)
static member ListNext : 
        operations:ICloudJobScheduleOperations *
        nextLink:string *
        parameters:CloudJobScheduleListParameters -> CloudJobScheduleListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As ICloudJobScheduleOperations,
    nextLink As String,
    parameters As CloudJobScheduleListParameters
) As CloudJobScheduleListResponse

Parameters

  • nextLink
    Type: System.String

    Required. A nextLink URL from a previous List response.

Return Value

Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleListResponse

Response to a CloudJobScheduleOperations.List request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top