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

CreateTasksResult Class

Definition

The result of creating a list of tasks using the CreateTasks operation.

public class CreateTasksResult
type CreateTasksResult = class
Public Class CreateTasksResult
Inheritance
CreateTasksResult

Constructors

CreateTasksResult(List<BatchTaskAddResult>)

Initializes a new instance of the CreateTasksResult class.

Properties

BatchTaskAddResults

The results of the CreateTasks operation. This list will be empty unless CreateTasksOptions is passed into the AddTasks method with the field ReturnBatchTaskAddResults set to true.

Fail

Gets or sets the number of failed tasks.

Pass

Gets or sets the number of successful tasks.

Applies to