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
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: System.Threading.Tasks.Task<CloudJobScheduleListResponse>
Response to a CloudJobScheduleOperations.List request.
See Also
CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top