CloudJobOperationsExtensions.ListFromJobScheduleAsync Method (ICloudJobOperations, String, CloudJobListParameters)
Lists the jobs that have been created under the specified job schedule.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static Task<CloudJobListResponse> ListFromJobScheduleAsync(
this ICloudJobOperations operations,
string jobScheduleId,
CloudJobListParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobListResponse^>^ ListFromJobScheduleAsync(
ICloudJobOperations^ operations,
String^ jobScheduleId,
CloudJobListParameters^ parameters
)
static member ListFromJobScheduleAsync :
operations:ICloudJobOperations *
jobScheduleId:string *
parameters:CloudJobListParameters -> Task<CloudJobListResponse>
<ExtensionAttribute>
Public Shared Function ListFromJobScheduleAsync (
operations As ICloudJobOperations,
jobScheduleId As String,
parameters As CloudJobListParameters
) As Task(Of CloudJobListResponse)
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobOperations.
jobScheduleId
Type: System.StringRequired. The id of the job schedule from which you want to get a list of jobs.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobListParametersRequired. The parameters for the request.
Return Value
Type: System.Threading.Tasks.Task<CloudJobListResponse>
Response to a CloudJobOperations.List or ListFromJobSchedule request.
See Also
CloudJobOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top