BatchOperationResponse Members

Represents a HTTP response from the Azure Batch service.

The following tables list the members exposed by the BatchOperationResponse type.

Public Constructors

  Name Description
  BatchOperationResponse Initializes a new instance of the BatchOperationResponse class.

Top

Public Properties

  Name Description
public property ClientRequestId Optional. Gets the ClientRequestId provided by the client during the request, if present and requested to be returned.
public property ETag Optional. Gets the content of the ETag HTTP response header.
public property LastModified Optional. Gets the content of the Last-Modified HTTP response header.
public property RequestId  (Inherited from AzureOperationResponse)
public property StatusCode  (Inherited from HttpOperationResponse)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

BatchOperationResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace