Partager via


JobOperationsExtensions.ListFromJobScheduleAsync Méthode

Définition

Répertorie les travaux qui ont été créés sous la planification des travaux spécifiée.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>> ListFromJobScheduleAsync (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleOptions jobListFromJobScheduleOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListFromJobScheduleAsync : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>>
<Extension()>
Public Function ListFromJobScheduleAsync (operations As IJobOperations, jobScheduleId As String, Optional jobListFromJobScheduleOptions As JobListFromJobScheduleOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CloudJob))

Paramètres

operations
IJobOperations

Groupe d’opérations pour cette méthode d’extension.

jobScheduleId
String

ID de la planification des travaux à partir de laquelle vous souhaitez obtenir la liste des travaux.

jobListFromJobScheduleOptions
JobListFromJobScheduleOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à