TaskCountsResult Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
TaskCountsResult() |
Initialisiert eine neue instance der TaskCountsResult-Klasse. |
TaskCountsResult(TaskCounts, TaskSlotCounts) |
Initialisiert eine neue instance der TaskCountsResult-Klasse. |
TaskCountsResult()
- Quelle:
- TaskCountsResult.cs
Initialisiert eine neue instance der TaskCountsResult-Klasse.
public TaskCountsResult ();
Public Sub New ()
Gilt für:
TaskCountsResult(TaskCounts, TaskSlotCounts)
- Quelle:
- TaskCountsResult.cs
Initialisiert eine neue instance der TaskCountsResult-Klasse.
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)
Parameter
- taskCounts
- TaskCounts
Die Anzahl der Aufgaben pro Status.
- taskSlotCounts
- TaskSlotCounts
Die Anzahl der TaskSlots, die von Tasks pro Status benötigt werden.
Gilt für:
Azure SDK for .NET