JobListFromJobScheduleOptions コンストラクター

定義

オーバーロード

JobListFromJobScheduleOptions()

JobListFromJobScheduleOptions クラスの新しいインスタンスを初期化します。

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

JobListFromJobScheduleOptions クラスの新しいインスタンスを初期化します。

JobListFromJobScheduleOptions()

JobListFromJobScheduleOptions クラスの新しいインスタンスを初期化します。

public JobListFromJobScheduleOptions ();
Public Sub New ()

適用対象

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

JobListFromJobScheduleOptions クラスの新しいインスタンスを初期化します。

public JobListFromJobScheduleOptions (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.JobListFromJobScheduleOptions : string * string * string * Nullable<int> * Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleOptions
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)

パラメーター

filter
String

OData $filter 句。 このフィルターの構築の詳細については、「」を参照してください https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule

select
String

OData $select 句。

expand
String

OData $expand 句。

maxResults
Nullable<Int32>

応答で返される項目の最大数。 最大 1,000 個のジョブを返すことができます。

timeout
Nullable<Int32>

サーバーが要求の処理に費やすことができる最大時間 (秒単位)。 既定値は 30 秒です。

clientRequestId
Nullable<Guid>

呼び出し元によって生成された要求 ID。中かっこなどの装飾のない GUID の形式 (例: 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0)。

returnClientRequestId
Nullable<Boolean>

サーバーが応答で client-request-id を返す必要があるかどうか。

ocpDate
Nullable<DateTime>

要求が発行された時刻。 クライアント ライブラリは通常、これを現在のシステム クロック時間に設定します。REST API を直接呼び出す場合は、明示的に設定します。

適用対象