TaskAddCollectionResult Constructors
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.
Overloads
TaskAddCollectionResult() |
Initializes a new instance of the TaskAddCollectionResult class. |
TaskAddCollectionResult(IList<TaskAddResult>) |
Initializes a new instance of the TaskAddCollectionResult class. |
TaskAddCollectionResult()
- Source:
- TaskAddCollectionResult.cs
Initializes a new instance of the TaskAddCollectionResult class.
public TaskAddCollectionResult();
Public Sub New ()
Applies to
TaskAddCollectionResult(IList<TaskAddResult>)
- Source:
- TaskAddCollectionResult.cs
Initializes a new instance of the TaskAddCollectionResult class.
public TaskAddCollectionResult(System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskAddResult> value = default);
new Microsoft.Azure.Batch.Protocol.Models.TaskAddCollectionResult : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskAddResult> -> Microsoft.Azure.Batch.Protocol.Models.TaskAddCollectionResult
Public Sub New (Optional value As IList(Of TaskAddResult) = Nothing)
Parameters
- value
- IList<TaskAddResult>
The results of the add Task collection operation.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET