PoolEvaluateAutoScaleBatchRequest クラス

定義

IBatchRequest PoolEvaluateAutoScale 操作の 。

public class PoolEvaluateAutoScaleBatchRequest : Microsoft.Azure.Batch.Protocol.BatchRequest<string,Microsoft.Azure.Batch.Protocol.Models.PoolEvaluateAutoScaleOptions,Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Batch.Protocol.Models.AutoScaleRun,Microsoft.Azure.Batch.Protocol.Models.PoolEvaluateAutoScaleHeaders>>
type PoolEvaluateAutoScaleBatchRequest = class
    inherit BatchRequest<string, PoolEvaluateAutoScaleOptions, AzureOperationResponse<AutoScaleRun, PoolEvaluateAutoScaleHeaders>>
Public Class PoolEvaluateAutoScaleBatchRequest
Inherits BatchRequest(Of String, PoolEvaluateAutoScaleOptions, AzureOperationResponse(Of AutoScaleRun, PoolEvaluateAutoScaleHeaders))
継承

コンストラクター

PoolEvaluateAutoScaleBatchRequest(BatchServiceClient, String, CancellationToken)

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

プロパティ

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

REST API 要求本文で渡されるパラメーターを取得または設定します。

(継承元 BatchRequest<TBody,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>)

適用対象