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

CreateTasksResult.BatchTaskCreateResults Property

Definition

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.

public System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult> BatchTaskCreateResults { get; }
member this.BatchTaskCreateResults : System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult>
Public ReadOnly Property BatchTaskCreateResults As List(Of BatchTaskCreateResult)

Property Value

Applies to