次の方法で共有


AccountListSupportedImagesOptions クラス

定義

ListSupportedImages 操作の追加パラメーター。

public class AccountListSupportedImagesOptions : Microsoft.Azure.Batch.Protocol.Models.IODataFilter, Microsoft.Azure.Batch.Protocol.Models.ITimeoutOptions
type AccountListSupportedImagesOptions = class
    interface ITimeoutOptions
    interface IOptions
    interface IODataFilter
Public Class AccountListSupportedImagesOptions
Implements IODataFilter, ITimeoutOptions
継承
AccountListSupportedImagesOptions
実装

コンストラクター

AccountListSupportedImagesOptions()

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

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

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

プロパティ

ClientRequestId

9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 などの装飾のない GUID の形式で、呼び出し元によって生成された要求 ID を取得または設定します。

Filter

OData $filter 句を取得または設定します。 このフィルターの構築の詳細については、「」を参照してください https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-support-images

MaxResults

応答で返される項目の最大数を取得または設定します。 最大 1,000 件の結果が返されます。

OcpDate

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

ReturnClientRequestId

サーバーが応答で client-request-id を返す必要があるかどうかを取得または設定します。

Timeout

サーバーが要求の処理に費やすことができる最大時間を秒単位で取得または設定します。 既定値は 30 秒です。

適用対象