CreateTasksResult(List<BatchTaskCreateResult>) Constructor
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.
Initializes a new instance of the CreateTasksResult class.
public CreateTasksResult(System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult> batchTaskCreateResults);
public CreateTasksResult(System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult> batchTaskAddResults);
new Azure.Compute.Batch.CreateTasksResult : System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult> -> Azure.Compute.Batch.CreateTasksResult
new Azure.Compute.Batch.CreateTasksResult : System.Collections.Generic.List<Azure.Compute.Batch.BatchTaskCreateResult> -> Azure.Compute.Batch.CreateTasksResult
Public Sub New (batchTaskCreateResults As List(Of BatchTaskCreateResult))
Public Sub New (batchTaskAddResults As List(Of BatchTaskCreateResult))
Parameters
- batchTaskCreateResultsbatchTaskAddResults
- List<BatchTaskCreateResult>