TaskAddResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result for a single Task added as part of an add Task collection operation.
public class TaskAddResult
type TaskAddResult = class
Public Class TaskAddResult
- Inheritance
-
TaskAddResult
Constructors
TaskAddResult() |
Initializes a new instance of the TaskAddResult class. |
TaskAddResult(TaskAddStatus, String, String, Nullable<DateTime>, String, BatchError) |
Initializes a new instance of the TaskAddResult class. |
Properties
Error |
Gets or sets the error encountered while attempting to add the Task. |
ETag |
Gets or sets the ETag of the Task, if the Task was successfully added. |
LastModified |
Gets or sets the last modified time of the Task. |
Location |
Gets or sets the URL of the Task, if the Task was successfully added. |
Status |
Gets or sets the status of the add Task request. |
TaskId |
Gets or sets the ID of the Task for which this is the result. |
Applies to
Azure SDK for .NET