Partilhar via


JobOperationsExtensions.ListFromJobScheduleAsync Método

Definição

Lista os trabalhos que foram criados na Agenda de Trabalho especificada.

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))

Parâmetros

operations
IJobOperations

O grupo de operações para esse método de extensão.

jobScheduleId
String

A ID da Agenda de Trabalho da qual você deseja obter uma lista de Trabalhos.

jobListFromJobScheduleOptions
JobListFromJobScheduleOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a