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
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperations.
nextLink
Type: System.StringRequired. A nextLink URL from a previous List response.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleListParametersRequired. The parameters for the request.
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