ComputeBatchModelFactory.BatchCreateTaskCollectionResult Method
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 BatchCreateTaskCollectionResult.
public static Azure.Compute.Batch.BatchCreateTaskCollectionResult BatchCreateTaskCollectionResult(System.Collections.Generic.IEnumerable<Azure.Compute.Batch.BatchTaskCreateResult> values = default);
static member BatchCreateTaskCollectionResult : seq<Azure.Compute.Batch.BatchTaskCreateResult> -> Azure.Compute.Batch.BatchCreateTaskCollectionResult
Public Shared Function BatchCreateTaskCollectionResult (Optional values As IEnumerable(Of BatchTaskCreateResult) = Nothing) As BatchCreateTaskCollectionResult
Parameters
- values
- IEnumerable<BatchTaskCreateResult>
The results of the create Task collection operation.
Returns
A new BatchCreateTaskCollectionResult instance for mocking.