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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET