JobListPreparationAndReleaseTaskStatusBatchRequest Class

Definition

An IBatchRequest for the JobListPreparationAndReleaseTaskStatus operation.

public class JobListPreparationAndReleaseTaskStatusBatchRequest : Microsoft.Azure.Batch.Protocol.BatchRequest<Microsoft.Azure.Batch.Protocol.Models.JobListPreparationAndReleaseTaskStatusOptions,Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.JobPreparationAndReleaseTaskExecutionInformation>,Microsoft.Azure.Batch.Protocol.Models.JobListPreparationAndReleaseTaskStatusHeaders>>
type JobListPreparationAndReleaseTaskStatusBatchRequest = class
    inherit BatchRequest<JobListPreparationAndReleaseTaskStatusOptions, AzureOperationResponse<IPage<JobPreparationAndReleaseTaskExecutionInformation>, JobListPreparationAndReleaseTaskStatusHeaders>>
Public Class JobListPreparationAndReleaseTaskStatusBatchRequest
Inherits BatchRequest(Of JobListPreparationAndReleaseTaskStatusOptions, AzureOperationResponse(Of IPage(Of JobPreparationAndReleaseTaskExecutionInformation), JobListPreparationAndReleaseTaskStatusHeaders))
Inheritance

Constructors

JobListPreparationAndReleaseTaskStatusBatchRequest(BatchServiceClient, CancellationToken)

Initializes a new instance of the JobListPreparationAndReleaseTaskStatusBatchRequest class.

Properties

CancellationToken

Gets or sets the CancellationToken associated with this IBatchRequest.

(Inherited from BatchRequestBase<TOptions,TResponse>)
ClientRequestIdProvider

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

(Inherited from BatchRequestBase<TOptions,TResponse>)
CustomHeaders

Gets the headers used for the request.

(Inherited from BatchRequestBase<TOptions,TResponse>)
OperationContext

Gets the operation context associated with this IBatchRequest.

(Inherited from BatchRequestBase<TOptions,TResponse>)
Options

Gets or sets the options used for the request.

(Inherited from BatchRequestBase<TOptions,TResponse>)
RestClient

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

(Inherited from BatchRequestBase<TOptions,TResponse>)
RetryPolicy

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

(Inherited from BatchRequestBase<TOptions,TResponse>)
ServiceRequestFunc

Gets or sets the function which will create a Task calling the Batch service.

(Inherited from BatchRequestBase<TOptions,TResponse>)
Timeout

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

(Inherited from BatchRequestBase<TOptions,TResponse>)

Methods

ExecuteRequestAsync()

Executes the request.

(Inherited from BatchRequestBase<TOptions,TResponse>)
ThrowIfRequestExecutionHasStarted()

Throws an exception if request execution has started.

(Inherited from BatchRequestBase<TOptions,TResponse>)

Explicit Interface Implementations

IBatchRequest.Options

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

(Inherited from BatchRequestBase<TOptions,TResponse>)

Applies to