TaskSlotCounts Class
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.
The TaskSlot counts for a Job.
public class TaskSlotCounts
type TaskSlotCounts = class
Public Class TaskSlotCounts
- Inheritance
-
TaskSlotCounts
Constructors
TaskSlotCounts() |
Initializes a new instance of the TaskSlotCounts class. |
TaskSlotCounts(Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the TaskSlotCounts class. |
Properties
Active |
Gets or sets the number of TaskSlots for active Tasks. |
Completed |
Gets or sets the number of TaskSlots for completed Tasks. |
Failed |
Gets or sets the number of TaskSlots for failed Tasks. |
Running |
Gets or sets the number of TaskSlots for running Tasks. |
Succeeded |
Gets or sets the number of TaskSlots for succeeded Tasks. |
Applies to
Azure SDK for .NET