PoolExistsBatchRequest クラス

定義

IBatchRequest PoolExists 操作の 。

public class PoolExistsBatchRequest : Microsoft.Azure.Batch.Protocol.BatchRequest<Microsoft.Azure.Batch.Protocol.Models.PoolExistsOptions,Microsoft.Rest.Azure.AzureOperationResponse<bool,Microsoft.Azure.Batch.Protocol.Models.PoolExistsHeaders>>
type PoolExistsBatchRequest = class
    inherit BatchRequest<PoolExistsOptions, AzureOperationResponse<bool, PoolExistsHeaders>>
Public Class PoolExistsBatchRequest
Inherits BatchRequest(Of PoolExistsOptions, AzureOperationResponse(Of Boolean, PoolExistsHeaders))
継承

コンストラクター

PoolExistsBatchRequest(BatchServiceClient, CancellationToken)

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

プロパティ

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

適用対象