Compartilhar via


JobScheduleListOptions Construtores

Definição

Sobrecargas

JobScheduleListOptions()

Inicializa uma nova instância da classe JobScheduleListOptions.

JobScheduleListOptions(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Inicializa uma nova instância da classe JobScheduleListOptions.

JobScheduleListOptions()

Inicializa uma nova instância da classe JobScheduleListOptions.

public JobScheduleListOptions ();
Public Sub New ()

Aplica-se a

JobScheduleListOptions(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Inicializa uma nova instância da classe JobScheduleListOptions.

public JobScheduleListOptions (string filter = default, string select = default, string expand = default, int? maxResults = default, int? timeout = default, Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default);
new Microsoft.Azure.Batch.Protocol.Models.JobScheduleListOptions : string * string * string * Nullable<int> * Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleListOptions
Public Sub New (Optional filter As String = Nothing, Optional select As String = Nothing, Optional expand As String = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing)

Parâmetros

filter
String

Uma cláusula OData $filter. Para obter mais informações sobre como construir esse filtro, consulte https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.

select
String

Uma cláusula OData $select.

expand
String

Uma cláusula OData $expand.

maxResults
Nullable<Int32>

O número máximo de itens a serem retornados na resposta. No máximo 1000 Agendamentos de Trabalho podem ser retornados.

timeout
Nullable<Int32>

O tempo máximo que o servidor pode gastar processando a solicitação, em segundos. O padrão é 30 segundos.

clientRequestId
Nullable<Guid>

A identidade de solicitação gerada pelo chamador, na forma de um GUID sem decoração, como chaves, por exemplo, 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.

returnClientRequestId
Nullable<Boolean>

Se o servidor deve retornar o client-request-id na resposta.

ocpDate
Nullable<DateTime>

A hora em que a solicitação foi emitida. As bibliotecas de cliente normalmente definem isso como a hora atual do relógio do sistema; defina-o explicitamente se você estiver chamando a API REST diretamente.

Aplica-se a