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

CreateTaskResult Class

Definition

Represents the result of adding a task to a Batch job.

public class CreateTaskResult
type CreateTaskResult = class
Public Class CreateTaskResult
Inheritance
CreateTaskResult

Properties

Name Description
BatchTaskResult

Gets the result of the Add Task operation.

RetryCount

Gets the number of times the Add Task operation was retried for this task.

Task

Gets details of the task.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to