TaskCountsResult 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
TaskCountsResult() |
Initializes a new instance of the TaskCountsResult class. |
TaskCountsResult(TaskCounts, TaskSlotCounts) |
Initializes a new instance of the TaskCountsResult class. |
TaskCountsResult()
- Source:
- TaskCountsResult.cs
Initializes a new instance of the TaskCountsResult class.
public TaskCountsResult ();
Public Sub New ()
Applies to
TaskCountsResult(TaskCounts, TaskSlotCounts)
- Source:
- TaskCountsResult.cs
Initializes a new instance of the TaskCountsResult class.
public TaskCountsResult (Microsoft.Azure.Batch.Protocol.Models.TaskCounts taskCounts, Microsoft.Azure.Batch.Protocol.Models.TaskSlotCounts taskSlotCounts);
new Microsoft.Azure.Batch.Protocol.Models.TaskCountsResult : Microsoft.Azure.Batch.Protocol.Models.TaskCounts * Microsoft.Azure.Batch.Protocol.Models.TaskSlotCounts -> Microsoft.Azure.Batch.Protocol.Models.TaskCountsResult
Public Sub New (taskCounts As TaskCounts, taskSlotCounts As TaskSlotCounts)
Parameters
- taskCounts
- TaskCounts
The number of Tasks per state.
- taskSlotCounts
- TaskSlotCounts
The number of TaskSlots required by Tasks per state.
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