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

  • jobScheduleId
    Type: System.String

    Required. The id of the job schedule from which you want to get a list of jobs.

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