AccountListSupportedImagesNextBatchRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IBatchRequest AccountListNodeAgentSkusNext 操作の 。
public class AccountListSupportedImagesNextBatchRequest : Microsoft.Azure.Batch.Protocol.BatchRequest<Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesNextOptions,Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>,Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesHeaders>>
type AccountListSupportedImagesNextBatchRequest = class
inherit BatchRequest<AccountListSupportedImagesNextOptions, AzureOperationResponse<IPage<ImageInformation>, AccountListSupportedImagesHeaders>>
Public Class AccountListSupportedImagesNextBatchRequest
Inherits BatchRequest(Of AccountListSupportedImagesNextOptions, AzureOperationResponse(Of IPage(Of ImageInformation), AccountListSupportedImagesHeaders))
- 継承
-
BatchRequest<AccountListSupportedImagesNextOptions,AzureOperationResponse<IPage<ImageInformation>,AccountListSupportedImagesHeaders>>AccountListSupportedImagesNextBatchRequest
コンストラクター
AccountListSupportedImagesNextBatchRequest(BatchServiceClient, CancellationToken) |
AccountListSupportedImagesNextBatchRequest クラスの新しいインスタンスを初期化します。 |
プロパティ
CancellationToken |
この CancellationToken に関連付けられた IBatchRequest を取得または設定します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
ClientRequestIdProvider |
クライアント要求 ID を ClientRequestIdProvider 生成するためにこの要求によって使用される を取得または設定します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
CustomHeaders |
要求に使用されるヘッダーを取得します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
OperationContext |
この IBatchRequestに関連付けられている操作コンテキストを取得します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
Options |
要求に使用されるオプションを取得または設定します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
RestClient |
この要求に使用される REST クライアントを取得します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
RetryPolicy |
適用する再試行ポリシーを取得または設定します。 Null は、再試行が試みないことを意味します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
ServiceRequestFunc |
Batch サービスを呼び出す を作成する関数を Task 取得または設定します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
Timeout |
Batch サービスに対する要求のクライアント側のタイムアウトを取得または設定します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
メソッド
ExecuteRequestAsync() |
要求を実行します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
ThrowIfRequestExecutionHasStarted() |
要求の実行が開始された場合に例外をスローします。 (継承元 BatchRequestBase<TOptions,TResponse>) |
明示的なインターフェイスの実装
IBatchRequest.Options |
現在の要求に対して REST プロキシで必要なオプションを取得します。 (継承元 BatchRequestBase<TOptions,TResponse>) |
適用対象
Azure SDK for .NET