Freigeben über


TaskSlotCounts Konstruktoren

Definition

Überlädt

TaskSlotCounts()

Initialisiert eine neue instance der TaskSlotCounts-Klasse.

TaskSlotCounts(Int32, Int32, Int32, Int32, Int32)

Initialisiert eine neue instance der TaskSlotCounts-Klasse.

TaskSlotCounts()

Quelle:
TaskSlotCounts.cs

Initialisiert eine neue instance der TaskSlotCounts-Klasse.

public TaskSlotCounts();
Public Sub New ()

Gilt für:

TaskSlotCounts(Int32, Int32, Int32, Int32, Int32)

Quelle:
TaskSlotCounts.cs

Initialisiert eine neue instance der TaskSlotCounts-Klasse.

public TaskSlotCounts(int active, int running, int completed, int succeeded, int failed);
new Microsoft.Azure.Batch.Protocol.Models.TaskSlotCounts : int * int * int * int * int -> Microsoft.Azure.Batch.Protocol.Models.TaskSlotCounts
Public Sub New (active As Integer, running As Integer, completed As Integer, succeeded As Integer, failed As Integer)

Parameter

active
Int32

Die Anzahl von TaskSlots für aktive Aufgaben.

running
Int32

Die Anzahl von TaskSlots zum Ausführen von Tasks.

completed
Int32

Die Anzahl von TaskSlots für abgeschlossene Aufgaben.

succeeded
Int32

Die Anzahl von TaskSlots für erfolgreiche Tasks.

failed
Int32

Die Anzahl von TaskSlots für fehlgeschlagene Tasks.

Gilt für: