Share via


AddTaskResult Class

 

The result of a single result of AddTask request for CloudTaskOperations.AddCollection request.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Batch.Protocol.Models.AddTaskResult

Syntax

public class AddTaskResult
public ref class AddTaskResult 
type AddTaskResult = class end
Public Class AddTaskResult

Constructors

Name Description
System_CAPS_pubmethod AddTaskResult()

Initializes a new instance of the AddTaskResult class.

Properties

Name Description
System_CAPS_pubproperty AzureError

Optional. Gets and sets the error result if request failed.

System_CAPS_pubproperty ClientRequestId

Optional. Gets and sets the user supplied request id for the original request, if present and requested to be returned.

System_CAPS_pubproperty ContentId

Optional. Gets and sets the content-id if present.

System_CAPS_pubproperty ContentType

Optional. Gets and sets the content-type of response.

System_CAPS_pubproperty DataServiceId

Optional. Gets or sets the OData id of the resource to which the request applied.

System_CAPS_pubproperty ETag

Optional. Gets and sets the ETag of request.

System_CAPS_pubproperty LastModified

Optional. Gets and sets the last-modified time of the resource.

System_CAPS_pubproperty Location

Optional. Gets and sets the location of the resource.

System_CAPS_pubproperty StatusCode

Optional. Gets and sets the HTTP status code.

System_CAPS_pubproperty Task

Optional. Gets and sets the original task to be added.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top