你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBatchRequest Interface

Definition

Represents a request to the Batch service.

public interface IBatchRequest
type IBatchRequest = interface
Public Interface IBatchRequest
Derived

Properties

Name Description
CancellationToken

Gets or sets the CancellationToken associated with this IBatchRequest.

ClientRequestIdProvider

Gets or sets the ClientRequestIdProvider used by this request to generate client request ids.

OperationContext

Gets the operation context associated with this IBatchRequest.

Options

Gets the options needed by the REST proxy for the current request.

RestClient

Gets the REST client that will be used for this request.

RetryPolicy

Gets or sets the retry policy to be applied. Null means no retries will be attempted.

Timeout

Gets or sets the client side timeout for a request to the Batch service.

Applies to